Class IloCplex::MultipleConversionException
Definition file: ilocplexi.h
An instance of this exception is thrown by IloCplex
when
there is an attempt to convert the type of a variable with more than one
IloConversion
object at a time, while it is being extracted
by IloCplex
.
public IloConversion getConversion()
This method returns the offending IloConversion
object.
public const IloNumVarArray getVariables()
This method returns an array of variables to which too many type
conversions have been applied.