Originally posted by: SystemAdmin
[fwagner@Ilog.fr said:]
You can not run post processing on an OPL model that could not be solved.
One way to get what you are asking for is to use two different OPL models.
The outer model will be holding the interface data in, and out in your case, and the main flow control scripting.
The outer model's post processing section defines a set of result tuples for solves of the inner model.
Those results will be published as indicated by the .dat file the outer model is run with.
The inner model will do the actual solving you are interested in.
Hope that helps.
#DecisionOptimization#OPLusingCPLEXOptimizer