Originally posted by: dbaena
Hi,
I have a doubt:
I have a primal formulation, I solve it with the cplex.setParam(IloCplex::RootAlg,IloCplex::Dual). Sometime, I hope to obtain an unbounded dual (infeasible prima) because I use dual algorithm, however I obtain a infeasible solution. So, I use dual algoritm but I obtain the solution for primal problem!!
Can I use Dual (algorithm and solution) using cplex with primal formulation?
For example, I have:
min 0
s.to x>=12
x <= 10
I obtain Infeasible problem, however I want to obtain UNBOUNDED solution because I am using dualSimplex..
It's possible?
Thanks a lot!!!
#CPLEXOptimizers#DecisionOptimization