aima.logic.propositional.algorithms
Class DPLL
java.lang.Object
aima.logic.propositional.algorithms.DPLL
public class DPLL
- extends java.lang.Object
Constructor Summary |
DPLL()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DPLL
public DPLL()
dpllSatisfiable
public boolean dpllSatisfiable(Sentence s)
dpllSatisfiable
public boolean dpllSatisfiable(java.lang.String string)
dpllSatisfiable
public boolean dpllSatisfiable(Sentence s,
Model m)
clausesWithNonTrueValues
public java.util.List<Sentence> clausesWithNonTrueValues(java.util.List<Sentence> clauseList,
Model model)
findPureSymbolValuePair
public DPLL.SymbolValuePair findPureSymbolValuePair(java.util.List<Sentence> clauseList,
Model model,
java.util.List symbols)