Top "Linear-programming" questions

An optimization technique for minimizing or maximizing a function of several variables in the presence of constraints where all relationships are linear.

linear programming in python?

I need to make a linear programming model. Here are the inequalities I'm using (for example): 6x + 4y <= 24 x + 2…

python linear-programming
Python Mixed Integer Linear Programming

Are there any Mixed Integer Linear Programming(MILP) solver for Python? Can GLPK python solve MILP problem? I read that …

python linear-programming glpk integer-programming
Best open source Mixed Integer Optimization Solver

I am using CPLEX for solving huge optimization models (more than 100k variables) now I'd like to see if I …

mathematical-optimization linear-programming convex-optimization cplex
Linear Programming Tool/Libraries for Java

I'd like to set up a large linear programming model to solve an interesting problem. I would be most comfortable …

java linear-programming
Using min/max *within* an Integer Linear Program

I'm trying to set up a linear program in which the objective function adds extra weight to the max out …

max mathematical-optimization min linear-programming
LP Simplex algorithm in C++

I need the robust C++ source code of the simplex algorithm (is a popular algorithm for numerical solution of the …

c++ algorithm linear-programming
How can I write an if condition for my variable in GLPK?

Here is my full problem: Information: *Max. total investment: $125 *Pay-off is the sum of the units bought x pay-off/unit *…

linear-programming glpk mathprog
Linear programming library for .NET / C#

I need to solve an under-determined linear system of equations and constraints, then find the particular solution that minimises a …

c# .net mono mathematical-optimization linear-programming
pandas, melt, unmelt preserve index

I've got a table of clients (coper) and asset allocation (asset) A = [[1,2],[3,4],[5,6]] idx = ['coper1','coper2','coper3'] cols = […

python python-2.7 pandas linear-programming
How to choose an integer linear programming solver?

I am newbie for integer linear programming. I plan to use a integer linear programming solver to solve my combinatorial …

c++ algorithm graph-algorithm genetic-algorithm linear-programming