Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: mathygirl
Is there a way to specify a subset of constraints to relax in OPL script when running feasopt?
Hi,
you could have a look at the tech note http://www-01.ibm.com/support/docview.wss?uid=swg21615786
Plus you may use preferences like
opl2.relaxationIterator.attach(opl2.cts, opl2.prefs);
in the example in CPLEX_Studio1263\opl\examples\opl\relaxationIterator
And finally, for even better constraint relaxation handling, you may use SolveAnyway within Decision Optimization Centre :
http://www.ibm.com/support/knowledgecenter/en/SSQVNT_3.9.0/ilog.odms.ide.odm.enterprise.help/ODME/Userman/topics/Customizing/DecSolveHowWorks.html
regards