Package net.hydromatic.morel.util
Class Sat.Assignment
- java.lang.Object
-
- net.hydromatic.morel.util.Sat.Assignment
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanvalue(package private) Sat.Variablevariable
-
Constructor Summary
Constructors Constructor Description Assignment(Sat.Variable variable, boolean value)
-
-
-
Field Detail
-
variable
final Sat.Variable variable
-
value
final boolean value
-
-
Constructor Detail
-
Assignment
Assignment(Sat.Variable variable, boolean value)
-
-