XPRSmaxim, XPRSminim (MAXIM, MINIM)
Begins a search for the optimal LP solution.
int XPRS_CC XPRSmaxim(XPRSprob prob, const char *flags);
int XPRS_CC XPRSminim(XPRSprob prob, const char *flags);
MAXIM [-flags]
MINIM [-flags]
prob
|
The current problem.
|
||||||||||||
flags
|
Flags to pass to
XPRSmaxim (
MAXIM) or
XPRSminim (
MINIM). The default is
"" or
NULL, in which case the algorithm used is determined by the
DEFAULTALG control. If the argument includes:
Certain combinations of options may be used where this makes sense so, for example,
pg will solve the LP with the primal algorithm and then go on to perform the tree search.
|
Whether automatic perturbation is performed.
|
|
Maximum number of restarts for the hybrid gradient method.
|
|
Control options for the Hybrid gradient method.
|
|
Maximum number of Newton Barrier iterations.
|
|
Ordering algorithm for the Cholesky factorization.
|
|
Maximum number of threads for the ordering algorithm.
|
|
Newton barrier and hybrid gradient: level of solution output.
|
|
Newton barrier and hybrid gradient maximum number of threads to run on.
|
|
Specifies "Big M" method, or phaseI/phaseII.
|
|
Cache size in Kbytes for the Newton barrier.
|
|
1 for CPU time;
0 for elapsed time.
|
|
Type of crash.
|
|
Newton barrier and hybrid gradient crossover control.
|
|
Algorithm to use with the tree search.
|
|
Columns with this many elements are considered dense.
|
|
Pricing method for the dual algorithm.
|
|
Invert frequency.
|
|
Minimum number of iterations between inverts.
|
|
Whether to use previously loaded basis.
|
|
Iteration limit for the simplex algorithms.
|
|
Frequency and type of simplex algorithm log.
|
|
Maximum time allowed.
|
|
Degree of presolving to perform.
|
|
Specifies the operations performed during presolve.
|
|
Type of pricing to be used.
|
|
Indicates whether to re-factorize the optimal basis.
|
|
Control of the infeasibility diagnosis during presolve.
|
Double
Newton barrier and hybrid gradient tolerance for dual infeasibilities.
|
|
Newton barrier and hybrid gradient tolerance for relative duality gap.
|
|
Extrapolation parameter for the hybrid gradient method.
|
|
Newton barrier and hybrid gradient tolerance for primal infeasibilities.
|
|
Newton barrier and hybrid gradient minimal step size.
|
|
Infeasibility penalty.
|
|
Tolerance in the Cholesky decomposition.
|
|
Dual perturbation value.
|
|
Markowitz tolerance for elimination phase of presolve.
|
|
Tolerance on eta elements.
|
|
Tolerance on RHS.
|
|
Markowitz tolerance for the factorization.
|
|
Cutoff set after an LP Optimizer command. (Dual only)
|
|
Reduced cost tolerance.
|
|
Maximum absolute penalty variable coefficient.
|
|
Pivot tolerance.
|
|
Partial pricing candidate list sizing parameter.
|
|
Primal perturbation value.
|
|
Relative pivot tolerance.
|
XPRSmaxim(prob,"b");
MINIM -g
© 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.