Originally posted by: arronlee11
hi~everyone:
i have modeled a linear programming model;there are two decision variables (x and y) in my model,and these two decision variables are interger variables;
first,i solved the model with cplex directly,the total time cost isT1;
second,let x relax as a continuous variable and y is a interger variable still,when i solved the model with cplex, the time cost is T2;
third,let y relax as a continuous variable and x is a interger variable still, when i solved the model with cplex,the time cost is T3;
now i hvae serveral questions:
1、What is the size relationship among T1,T2 and T3;
2、according to the Testing by a data sets, it shows that:T1=0.5 sec,T2=95 sec,T3=0.3 sec; does the result reasonable?
#CPLEXOptimizers#DecisionOptimization