KALIS_MAX_DEGREE
Description
|
Maximum constraint graph degree 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 max degree heuristic selects non-instantiated variables with the largest degree in the constraint graph (
i.e., that are involved in the maximum number of different constraints).
|
||
See also
|