XPRSmaxim, XPRSminim (MAXIM, MINIM)
XPRSmaxim, XPRSminim |
MAXIM, MINIM |
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 global search.
|
Whether automatic perturbation is performed.
|
|
Maximum number of Newton Barrier iterations.
|
|
Ordering algorithm for the Cholesky factorization.
|
|
Maximum number of theads for the ordering algorithm.
|
|
Newton barrier: level of solution output.
|
|
Max number of threads to run.
|
|
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 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 algorithm.
|
|
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 tolerance for dual infeasibilities.
|
|
Newton barrier tolerance for relative duality gap.
|
|
Newton barrier tolerance for primal infeasibilities.
|
|
Newton barrier minimal step size.
|
|
Infeasibility penalty.
|
|
Tolerance in the Cholesky decomposition.
|
|
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.
|
|
Perturbation value.
|
|
Pivot tolerance.
|
|
Partial pricing candidate list sizing parameter.
|
|
Relative pivot tolerance.
|
XPRSmaxim(prob,"b");
MINIM -g
© 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.