Initializing help system before first use

NODESELECTION

Description
Branch and Bound: This determines which nodes will be considered for solution once the current node has been solved.
Type
Integer
Values
1 
Local first: Choose between descendant and sibling nodes if available; choose from all outstanding nodes otherwise.
2 
Best first: Choose from all outstanding nodes.
3 
Local depth first: Choose between descendant and sibling nodes if available; choose from the deepest nodes otherwise.
4 
Best first, then local first: Best first is used for the first BREADTHFIRST nodes, after which local first is used.
5 
Pure depth first: Choose from the deepest outstanding nodes.
Default value
Dependent on the matrix characteristics.
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.