lp-solvers
lp-solvers copied to clipboard
library implementing interaction with various linear programming solvers
Hi, I was trying to use the Gurobi solver instead of the CBC solver. I have installed Gurobi, got a valid license, and changed the correct environment variable path. I...
Hi, I'm trying to find some solver to solver some large optimization problems. I have my constraints formatted as Ax=b. However, in the example you provided, variables and constraints are...
Hi! We are testing out https://github.com/rust-or/good_lp and to use solvers such as gurobi we need to use your API, to do proper testing we needed to adjust the arguments passed...