Overview | Group | Tree | Graph | Index | Concepts |
This function returns a neighborhood that behaves like nhood
,
except that when a neighborhood move is taken (as notified to the
neighborhood through
IloNHood::notify
), subsequent
scanning begins from index index + offset + 1
, modulo the
size of neighborhood nhood
.
This type of neighborhood modification can be useful in a first-acceptance scenario where reinvestigating already explored indices is often less fruitful that exploring new indices.
See Also: