NO FRAMES

Class IloCplex::InvalidCutException

Definition file: ilcplex/ilocplexi.h

An instance of this exception is thrown by IloCplex when an an attempt is made to add a malformed cut. An example of a malformed cut is one that uses variables that have not been extracted or a cut that is defined with an expression that is not linear.

Method Summary
public IloConstraintgetCut() const
Inherited Methods from Exception
getStatus
Inherited Methods from IloException
end, getMessage
Method Detail

getCut

public IloConstraint getCut() const

Returns the invalid cut that triggered the invoking exception.