NO FRAMES

Class IloCplex::MultipleConversionException

Definition file: ilcplex/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.

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

getConversion

public IloConversion getConversion() const

This method returns the offending IloConversion object.


getVariables

public const IloNumVarArray getVariables() const

This method returns an array of variables to which too many type conversions have been applied.