FRAMES NO FRAMES

IloLimitOperator

public IloPoolOperator IloLimitOperator(IloEnv env, IloPoolOperator op, IloSearchLimit limit, const char * name=0)
Definition file: ilsolver/iimoperator.h
Include file: <ilsolver/iim.h>
Limits the execution of a pool operator.

This function creates a new operator which behaves as the passed operator op but which is limited in its search by the limit limit. name, if provided, becomes the name of the newly limited operator.