Initializing help system before first use

LPFLAGS

Description
A bit-vector control which defines the algorithm for solving an LP problem or the initial LP relaxation of a MIP problem.
Type
Integer
Values
Bit
Meaning
0 
Use the dual simplex method.
1 
Use the primal simplex method.
2 
Use the barrier method.
3 
Use the network simplex method.
Default value
0
Note

Setting bit 0, 1, 2, 3 of this control will have the same effect of passing flags d, p, b, n to XPRSmipoptimize or XPRSlpoptimize. When more than one bit are set, then the LP problem will be solved with the concurrent solver. When this control is set and flags are passed at the same time, the flags will overrule the value of the control.

This control can be tuned.

Affects routines

© 2001-2020 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.