Метод | Описание | |
---|---|---|
GetDomain ( |
Returns the domain of the given variable in the solution.
|
|
GetIntValue ( |
Returns the integer value of the given variable in the solution.
|
|
Solution ( Cream.Network network ) : System |
Constructs a solution from the given network.
|
|
ToString ( ) : String |
Returns a readable string representation of this solution.
|
public GetDomain ( |
||
v | the variable /// | |
Результат |
public GetIntValue ( |
||
v | the variable /// | |
Результат | int |
public Solution ( Cream.Network network ) : System | ||
network | Cream.Network | the constraint network /// |
Результат | System |