Originally posted by: DG34_mehar_mehar
Hello,
i want to use the primal simplex to solve location.lp, i used the option primal
Line:----
cplex.setParam(IloCplex::RootAlg, IloCplex::Primal);
Line:----
but i get the Mip solution.
Line:----
IloCplex::getAlgorithm = MIP
Line:----
i tried both examples (ilolpex4.cpp & ilopopulate.cpp)
How can i get the right solution?
regards
#CPLEXOptimizers#DecisionOptimization