XPRSglobal (GLOBAL)
XPRSglobal |
GLOBAL |
This function is deprecated and might be removed in a future release. XPRSmipoptimize should be used instead.
int XPRS_CC XPRSglobal(XPRSprob prob);
GLOBAL
prob
|
The current problem.
|
Node selection criterion.
|
|
Once a global entity has been selected for branching, this control determines whether the branch with the minimum or maximum estimate is followed first.
|
|
Limit for node selection criterion.
|
|
Number of rounds of lifted cover inequalities at top node.
|
|
1 for CPU time;
0 for elapsed time.
|
|
Maximum depth in the tree at which cuts are generated.
|
|
Frequency at which cuts are generated in the tree search.
|
|
Specifies the cut strategy.
|
|
Algorithm to use with the tree search.
|
|
Number of rounds of Gomory cuts at the top node.
|
|
Maximum number of MIP solutions to find.
|
|
Maximum number of nodes in Branch and Bound search.
|
|
Maximum time allowed.
|
|
Global print flag.
|
|
Type of integer preprocessing to be performed.
|
|
Number of threads used for parallel MIP search.
|
|
Node selection control.
|
|
Indicates whether to re-factorize the optimal basis.
|
|
Number of infeasible global entities on which to perform strong branching.
|
|
Number of dual iterations to perform strong branching.
|
|
The size of the candidate list of global entities for strong branching.
|
|
Number of rounds of lifted cover inequalities in the tree.
|
|
Number of rounds of Gomory cuts in the tree.
|
|
Node selection degradator estimate control.
|
Double
Cutoff set after an LP Optimizer command.
|
|
Absolute optimality stopping criterion.
|
|
Amount added to objective function to give new cutoff.
|
|
Percentage cutoff.
|
|
Relative optimality stopping criterion.
|
|
Integer feasibility tolerance.
|
|
Default pseudo cost in node degradation estimation.
|
XPRSreadprob(prob,"fred",""); XPRSmaxim(prob,""); XPRSglobal(prob); XPRSwriteprtsol(prob);
READPROB fred MAXIM GLOBAL WRITEPRTSOL
© 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.