SLPglobal


Purpose
Call the Xpress-SLP mixed integer optimizer (MISLP)
Synopsis
procedure SLPglobal
Example
The following example first calls the Xpress-SLP maximization procedure to solve the linear relaxation and then the mixed integer optimizer to solve the integer problem.
SLPmaximize
SLPglobal
Further information
SLPglobal can only be used after a call to SLPmaximize or SLPminimize to solve the linear relaxation of the problem. If a problem is known to be an integer problem, then SLPmaximize and SLPminimize automatically include the "l" (linear relaxation) option which therefore does not have to be explicitly included.
SLPglobal can be called automatically after the linear relaxation by including the "g" option for SLPmaximize or SLPminimize.
Related topics
SLPmaximize, SLPminimize


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.