What is Gurobi's equivalent to SCIP's getBasisStatus method?
OngoingSCIP has SCIProwGetBasisStatus and SCIPcolGetBasisStatus methods. What is Gurobi's equivalent to these methods? This question relates to my larger goal of computing the corner rays at an optimal LP point.
0
-
Each row has an associated slack variable. Does the slack variable use the same upper/lower status information? How would I determine this VBasis information for a slack variable, since CBasis doesn't specify upper/lower?
0
Please sign in to leave a comment.
Comments
2 comments