[Osi] rhs of tableau row with OsiClp and Clp
Lou Hafer
lou at cs.sfu.ca
Thu Jun 19 12:35:14 EDT 2008
Matt,
OsiSolverInterface::getBasics will get you the indices of the basic
varibles. There's nothing in Osi that returns the values of the basic variables
in basis order --- you'd need to ask for the whole column solution and pick out
the basic variables.
I take it you're looking for the latter -- values of basic variables in
a compact array in basis order?
Lou
More information about the Osi
mailing list