Originally posted by: SystemAdmin
[glitter said:]
Hi,
My model does not have any integer variables, but dual and slack values appear as undefined.
When i check the constraints from problem tab i can see the slack and dual values, i think i have a mistake in the writeln part but i cannot solve it.
at the end of model file i write,
execute{
writeln(ct1.slack, "", ct1.dual)
}
and my constraint is
forall(i in Books)
ct1:
number[i]<=order;<br />
#DecisionOptimization#OPLusingCPLEXOptimizer