ilog.concert
Interface IloConstraint
- All Superinterfaces: 
 - IloAddable, IloIntExpr, IloNumExpr
 
- All Known Subinterfaces: 
 - IloLPMatrix, IloRange, IloSOS1, IloSOS2
 
- public interface IloConstraint
- extends IloIntExpr, IloAddable
  
This interface defines the API for constraints. Instances of IloConstraint
  are IloAddable objects and can be added to an IloModel.
  Not all modeling objects are instances of IloConstraint, for example,
  IloObjective is not a constraint.
  Examples of constraints are IloRange and
  IloLPMatrix. IloLPMatrix is available to users of ILOG CPLEX.
- See Also:
 IloModel, 
IloAddable