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, How to change a continuous variable to a binary variable

I am using gurobi-python interface. Is there anyway to convert a continuous variable to a binary variable. I just do …

python linear-programming gurobi integer-programming
Any good implementation of greedy set cover for large datasets?

This question follows from a related question of mine posted here. @mhum suggested that my problem falls into the covering …

python algorithm numpy scipy linear-programming
How do you find the optimal assignment of pupils in classes?

23 pupils from level A, 24 from level B and 30 from level C need to be assigned into three classes. The classes …

algorithm dynamic-programming combinatorics mathematical-optimization linear-programming