Package net.hydromatic.morel.util
Class Sat.Variable
- java.lang.Object
-
- net.hydromatic.morel.util.Sat.Term
-
- net.hydromatic.morel.util.Sat.Variable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(boolean[] env)protected StringBuilderunparse(StringBuilder buf, int left, int right)
-
-
-
Field Detail
-
id
public final int id
-
name
public final String name
-
-
Constructor Detail
-
Variable
Variable(int id, String name)
-
-
Method Detail
-
unparse
protected StringBuilder unparse(StringBuilder buf, int left, int right)
-
-