| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

An instance of IloGoal represents a goal, a search
primitive, for use in a custom search. A goal is a
building block in a custom search for solutions.
See Also:
ILOCPGOALWRAPPER0, IloCP::solve
| Method Summary | |
|---|---|
public void | end() const |
public IloEnv | getEnv() const |
public | IloGoal(IloEnv env, IloIntVarArray vars) |
public | IloGoal(IloEnv env, IloIntVarArray vars, IloIntVarChooser varChooser, IloIntValueChooser valueChooser) |
| Method Detail |
|---|
varChooser
and valueChooser to determine how to instantiate variables
in vars.
This member function returns the environment to which the invoking goal belongs.