Class IloAlgorithm::NotExtractedException
Definition file: ilconcert/iloalg.h
The class of exceptions thrown if an extractable object has no value in the
current solution of an algorithm.
If an expression, numeric variable, objective, or array of
extractable objects has no value in the current solution of an
algorithm, this exception is thrown.
public NotExtractedException(const IloAlgorithmI *, const IloExtractable)
The constructor NotExtractedException creates an exception
thrown from the algorithm object alg for the extractable object
extr.
public const IloAlgorithmI * getAlgorithm() const
The member function getAlgorithm returns the algorithm from
which the exception was thrown.
The member function getExtractable returns the extractable
object that triggered the exception.