- All Implemented Interfaces:
- java.io.Serializable
public class MultipleObjectiveException
extends IloException
This exception is thrown by an attempt to add more than one objective
to a model. In this version of CPLEX, a model can contain only
one objective object. It is planned to remove this restriction, and thus
this exception, in a
future version, although it is likely that algorithms will still be unable
to handle models with more than one objective.
- See Also:
- Serialized Form