Originally posted by: hardhard
method1:
IloModel mod2(env);
mod2.add(mod1);
mod2.add(S.TH);
then solve mod2
method2:
rewrite mod1, and write S.TH into it, then solve mod1
different answers were resceived
why? how to explain that? thanks.
#CPLEXOptimizers#DecisionOptimization