C# Class CatSAT.NonBoolean.UndefinedVariableException

Signifies that the program attempted to get the value of a Variable within a Solution in which is undefined.
Inheritance: InvalidOperationException
Afficher le fichier Open project: ianhorswill/CatSAT

Méthodes publiques

Свойство Type Description
Solution Solution
Variable Variable

Méthodes publiques

Méthode Description
UndefinedVariableException ( Variable variable, Solution solution ) : System

Signal that the specified variable is not defined in this solution

Method Details

UndefinedVariableException() public méthode

Signal that the specified variable is not defined in this solution
public UndefinedVariableException ( Variable variable, Solution solution ) : System
variable Variable
solution Solution
Résultat System

Property Details

Solution public_oe property

The solution within which Variable was undefined
public Solution Solution
Résultat Solution

Variable public_oe property

The variable that was not defined in Solution
public Variable Variable
Résultat Variable