Originally posted by: SystemAdmin
[thiago.serra said:]
Hi,
I have a model which works, and Iôm trying to generate a simple main at the end of the model file:
main {
var master = thisOplModel;
master.generate();
cplex.solve();
}
But this was enough to generate that error and does not solving the problem.
What could be happening?
Thanks,
#DecisionOptimization#OPLusingCPLEXOptimizer