#include <incop.h>
Public Member Functions | |
NeighborhoodSearch (int maxneigh, int minneigh, int finish, int var_conf, int val_conf) | |
int | returnbestmove () |
Public Attributes | |
int | minneighbors |
int | maxneighbors |
int | finished |
int | var_conflict |
int | val_conflict |
|
behavior indicator when the neighborhood is exhausted and no neighbor has been accepted : 0 stagnation, 1 the 1st feasible move is selected, 2 the best feasible move is selected |
|
maximum number of explored neighbors |
|
minimum number of visited neighbors |
|
restriction indicator to best values of a variable (0 no restriction , 1 restriction) |
|
restriction indicator to variables participating in a conflict (0 no restriction, 1 restriction) |