FRAMES NO FRAMES

IloContinue

public IloNHood IloContinue(IloEnv env, IloNHood nhood, IloInt offset=0, const char * name=0)
Definition file: ilsolver/iimnhood.h
Include file: <ilsolver/iimls.h>

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: