TREEPRESOLVE
Description
|
Determines the amount of full presolving to apply to nodes of the branch-and-bound tree search.
|
||||||||||
Type
|
Integer
|
||||||||||
Values
|
|
||||||||||
Default value
|
-1
|
||||||||||
Note
|
The presolving of nodes will restrict the handling of user cuts. If a node in the tree has been presolved, it will not be possible to call
XPRSloadcuts to load user cuts from the global pool into the node or any of its descendants. Any user cuts already loaded into a node problem will automatically be presolved with the node, but will afterwards appear as new user cuts. User cuts can still be added to a presolved node or its descendants, but any such cut must be presolved to match the node it is being loaded into. A cut can be presolved by calling
XPRSpresolverow, and this should be done immediately before calling
XPRSaddrows to load the cut, to ensure that the cut is being presolved to match the current node.
|
||||||||||
Affects routines
|
|||||||||||
See also
|
© 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.