toulbar2
|
Public Attributes | |
int | minneighbors |
int | maxneighbors |
int | finished |
int | var_conflict |
int | val_conflict |
Class NeighborhoodSearch : how the neighborhood is explored
int NeighborhoodSearch::finished |
behavior indicator when the neighborhood is exhausted and no neighbor has been accepted : 0 stagnation, 1 the 1st feasible move is selected, k the best feasible among k tried but not accepted moves is selected
int NeighborhoodSearch::maxneighbors |
maximum number of explored neighbors
int NeighborhoodSearch::minneighbors |
minimum number of visited neighbors
int NeighborhoodSearch::val_conflict |
restriction indicator to best values of a variable (0 no restriction , 1 restriction)
Referenced by CSProblem::min_conflict_value().
int NeighborhoodSearch::var_conflict |
restriction indicator to variables participating in a conflict (0 no restriction, 1 restriction)
Referenced by CSProblem::min_conflict_value().