Dual Variable Solutions from Primal in Cplex

913 Views Asked by At

I am coding cplex concert technology in C++. When I solve primal problem (with primal simplex, dual simplex or interior point, method is not important), can I extract solution values, such as extreme ray values of dual variables if dual problem is unbounded, or optimal solution values of dual variables if dual problem has optimal solution?

0

There are 0 best solutions below