NO FRAMES

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.

Method Summary
public IloConversiongetConversion()
public const IloNumVarArraygetVariables()
Inherited Methods from Exception
getStatus
Method Detail

getConversion

public IloConversion getConversion()

This method returns the offending IloConversion object.


getVariables

public const IloNumVarArray getVariables()

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