org.sat4j.specs
Class Lbool
java.lang.Object
org.sat4j.specs.Lbool
public final class Lbool
- extends Object
That enumeration defines the possible truth value for a variable: satisfied,
falsified or unknown/undefined.
(that class moved from org.sat4j.minisat.core in earlier version of SAT4J).
- Since:
- 2.1
- Author:
- leberre
FALSE
public static final Lbool FALSE
TRUE
public static final Lbool TRUE
UNDEFINED
public static final Lbool UNDEFINED
not
public Lbool not()
- boolean negation.
- Returns:
- Boolean negation. The negation of UNDEFINED is UNDEFINED.
toString
public String toString()
- Textual representation for the truth value.
- Overrides:
toString
in class Object
- Returns:
- "T","F" or "U"
Copyright © 2011 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.