Foggalong / RobustOCS

Robust optimal contirbution selection problems for genetics with Python
https://pypi.org/project/robustocs
MIT License
1 stars 0 forks source link

Utilise Gurobi's `lb` and `ub` #5

Closed Foggalong closed 4 months ago

Foggalong commented 4 months ago

Gurobi's addMVar supports specifying bounds via lb and ub arguments, which is more efficient than specifying by constraint (the presolve converts them to a bound anyways).