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()?
Asked
Active
Viewed 464 times
3
-
https://stackoverflow.com/users/2320035/sascha – Battery_Al Aug 31 '17 at 21:45
-
You can use one of the `LoadProblem` methods. – Erwin Kalvelagen Sep 03 '17 at 17:05