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.

Gurobi python get value of the defined variable

How do i get the value of the variable that i have define previously(using addVar) in gurobi python? I …

python mathematical-optimization linear-programming gurobi
How to make cplex not output to terminal

I am using the IBM cplex optimizer to solve an optimization problem and I don't want all terminal prints that …

c++ mathematical-optimization linear-programming cplex ilog
PuLP: Objective Function: Adding multiple lpSum in a loop

I am trying to use PuLp for a Blending problem with different Elements (Iron, Mercury..). But instead of max/min …

python linear-programming pulp objective-function
Python Pulp using with Matrices

I am still very new to Python, after years and years of Matlab. I am trying to use Pulp to …

python mathematical-optimization linear-programming pulp
CPLEX + YALMIP -- "Solver not found"?

I'm trying to get started with YALMIP, which is a Matlab interface to optimization solvers such as CPLEX. I have …

matlab ubuntu mathematical-optimization linear-programming cplex
PyInstaller .exe file does nothing

After 3 days, I can't get a python program packaged into a .exe file. I've tried py2exe (which continuously missed …

python cmd pyinstaller linear-programming glpk
Good linear programming library for C#?

I'm looking for a linear programming solver for C#. In the other words I'm looking for a library for C# …

c# .net linear-programming
Python server "Aborted (Core dumped)"

I use web.py to create a Python web server. This server is called to solve linear programming problems, and …

python c web.py linear-programming coredump
Code a linear programming exercise by hand

I have been doing linear programming problems in my class by graphing them but I would like to know how …

algorithm language-agnostic pseudocode linear-programming
Scipy - find bases of column space of matrix

I'm trying to code up a simple Simplex algorithm, the first step of which is to find a basic feasible …

python numpy scipy linear-algebra linear-programming