FRAMES NO FRAMES

IlcGoalTrue

public IlcGoal IlcGoalTrue(IloSolver solver)
Definition file: ilsolver/basic.h
Include file: <ilsolver/ilosolver.h>

This function creates and returns a goal that always succeeds. It is one of the predefined building blocks (or search primitives) in an IBM® ILOG® Solver search.

This function returns an instance of IlcGoal for use with the member functions IloSolver::startNewSearch and IloSolver::solve.

See Also: