Initializing help system before first use

XSLPmaxim

Purpose
This subroutine is deprecated and will be removed in a future release. Please call XPRSchgobjsense followed by XSLPnlpoptimize or XPRSoptimize (noting that the latter will by default solve the MINLP if any integers are present unless providing the -l flag) instead.
Maximize an SLP problem
Topic area
Synopsis
int XPRS_CC XSLPmaxim(XSLPprob prob, char *flags);
Arguments
prob 
The current SLP problem.
flags 
These have the same meaning as for XPRSmaxim with the exception of the extra 'c' flag which makes XSLPmaxim continue a solve.
Related controls
Integer
Bit map determining the SLP algorithm(s) used in the optimization.
Bit map determining the type of augmentation used to create the linearization.
Bit map determining the type of cascading (recalculation of SLP variable values) used during the SLP optimization.
Determines the amount of iteration logging information produced.
Bit map determining the type of nonlinear presolve used before the SLP optimization starts.

Example
The following example reads an SLP problem from file and then maximizes it using the primal simplex optimizer.
XSLPreadprob("Matrix","");
XSLPmaxim(prob,"p");
Further information

If XSLPconstruct has not already been called, it will be called first, using the augmentation defined by the control variable XSLP_AUGMENTATION. If determining rows are provided, then cascading will be invoked in accordance with the setting of the control variable XSLP_CASCADE.


Related topics

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.