Overview | Group | Tree | Graph | Index | Concepts |
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 IloConstraint | getCut() |
Inherited Methods from Exception |
---|
getStatus |
Method Detail |
---|
Returns the invalid cut that triggered the invoking exception.