XSLPglobal
PurposeInitiate the Xpress-SLP mixed integer SLP (MISLP) algorithmSynopsisint XPRS_CC XSLPglobal(XSLPprob Prob);Argument
Prob The current SLP problem.ExampleThe following example optimizes the problem and then finds the integer solution.XSLPmaxim(Prob,""); XSLPglobal(Prob);Further informationThe current Xpress-SLP mixed integer problem will be maximized or minimized using the algorithm defined by the control variable XSLP_MIPALGORITHM.
It is recommended that XSLPminim or XSLPmaxim is used first to obtain a converged solution to the relaxed problem. If this is not done, ensure that XSLP_OBJSENSE is set appropriately.
See the chapter on "Mixed Integer Successive Linear Programming" for more information about the Xpress-SLP MISLP algorithms.
Related topics
If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.