How do I set up a linear program in COIN-OR Clp?

513 views Asked by At

I'm using COIN-OR Clp, and I need to define my linear problem in C++. I can construct my problem in terms of a matrix and a constraint vector, but I don't understand the format that Clp needs this information in. How do I structure a CoinPackedMatrix or a CoinBigIndex, etc., to pass to ClpSimplex via ClpSimplex.loadProblem()?

0

There are 0 answers