NO FRAMES

operator<=

public IloConstraint operator<=(IloNumExprArg base, IloNumExprArg base2)
public IloRange operator<=(IloNumExprArg base, IloNum val)
public IloRangeBase operator<=(IloNum val, const IloNumExprArg expr)
public IloRange operator<=(const IloRangeBase base, IloNum val)
Definition file: ilconcert/ilolinear.h
overloaded C++ operator.

This overloaded C++ operator constrains its first argument to be less than or equal to its second argument. In order to be taken into account, this constraint must be added to a model and extracted for an algorithm.