toulbar2
|
#include <incop.h>
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
Referenced by LSAlgorithm::configurationmove().
int NeighborhoodSearch::maxneighbors |
maximum number of explored neighbors
Referenced by DynamicNeighborhoodSearch::dynamicmaxneighbors(), and LSAlgorithm::test_bestfound().
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)
int NeighborhoodSearch::var_conflict |
restriction indicator to variables participating in a conflict (0 no restriction, 1 restriction)
Referenced by LSAlgorithm::configurationmove().