NO FRAMES

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.

Constructor Summary
public NotExtractedException(const IloAlgorithmI *, const IloExtractable)
Method Summary
public const IloAlgorithmI *getAlgorithm() const
public const IloExtractable &getExtractable()
Inherited Methods from IloException
end, getMessage
Constructor Detail

NotExtractedException

public NotExtractedException(const IloAlgorithmI *, const IloExtractable)

The constructor NotExtractedException creates an exception thrown from the algorithm object alg for the extractable object extr.


Method Detail

getAlgorithm

public const IloAlgorithmI * getAlgorithm() const

The member function getAlgorithm returns the algorithm from which the exception was thrown.


getExtractable

public const IloExtractable & getExtractable()

The member function getExtractable returns the extractable object that triggered the exception.