Originally posted by: SystemAdmin
[daniel said:]
Hello,
I have included this stopping criterion in a model, just before the dvars.
execute PARAMS {
cplex.epgap = 0.01;
}
There is no .ops in the configuration. When a run it, I can follow the progression in the journal. I see that the relative gap is below 1%. From that point on, nothing is added to the journal but the configuration is still running and I don't have access to the solution.
Any idea what I'm doing wrong?
Daniel
#DecisionOptimization#OPLusingCPLEXOptimizer