Originally posted by: waldstein
Hi all,
given a LP with simple upper bounding variables, one choice is transform the upper bounding to a constraint like xi < ui so all the variables are xi > 0 without upper bounding.
Another choice is use simplex algorithm with bounding variable. The latter has less number of constraint that the former one.
But some first-step experiments show that when the the num. of variables is less than 100 (all of them have upper bounding). Two algorithms have the same iterations and cost almost the same time. The latter even needs more computation.
I am going to test some larger examples. But before that, would you please tell me when simplex with bounded variables can be more effective?
In CPLEX solver, there are lower bound and upper bound of variables for parameter. Does CPLEX use simplex algorithm with bounding?
Thanks.
#CPLEXOptimizers#DecisionOptimization