KALIS_INPUT_ORDER
Description
|
Input Order variable selection heuristic
|
||
Type
|
String, read only
|
||
Values
|
|
||
Notes
|
Passes this constant to the constructor of branching schemes (for example
assign_var) to specify the variable selection heuristic. The input order heuristic selects non-instantiated variables with the smallest index for indexed containers and in the order of iteration for ordered containers such as lists and arrays.
|
||
See also
|