Main Page | Class Hierarchy | Compound List | File List | Compound Members

NeighborhoodSearch Class Reference

#include <incop.h>

List of all members.

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


Detailed Description

Class NeighborhoodSearch : how the neighborhood is explored


Member Data Documentation

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, 2 the best feasible move 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)

int NeighborhoodSearch::var_conflict
 

restriction indicator to variables participating in a conflict (0 no restriction, 1 restriction)


The documentation for this class was generated from the following files:
Generated on Fri Sep 26 17:27:26 2003 for INCOP by doxygen 1.3.3