Originally posted by: SystemAdmin
Hi guys,
I am counting on CPLEX concert technology to solve an optimization problem that replays itself multiple times. It worked fine solving the first optimization prob, but got stuck at the model extraction step in the second one. No idea where the problem is. Am fairly new to cplex stuff. I attached the main structure of the code as follows:
for(long int t = 0; t < 8640; t++){
IloEnv env;
IloModel model(env, "resalloc");
}
Thx in advance!;)
#CPLEXOptimizers#DecisionOptimization