|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaima.logic.propositional.algorithms.DPLL
public class DPLL
| Nested Class Summary | |
|---|---|
class |
DPLL.SymbolValuePair
|
| Constructor Summary | |
|---|---|
DPLL()
|
|
| Method Summary | |
|---|---|
java.util.List<Sentence> |
clausesWithNonTrueValues(java.util.List<Sentence> clauseList,
Model model)
|
boolean |
dpllSatisfiable(Sentence s)
|
boolean |
dpllSatisfiable(Sentence s,
Model m)
|
boolean |
dpllSatisfiable(java.lang.String string)
|
DPLL.SymbolValuePair |
findPureSymbolValuePair(java.util.List<Sentence> clauseList,
Model model,
java.util.List symbols)
|
java.util.Set |
findUnitClauses(java.util.Set clauses,
Symbol symbol,
Model m)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DPLL()
| Method Detail |
|---|
public boolean dpllSatisfiable(Sentence s)
public boolean dpllSatisfiable(java.lang.String string)
public boolean dpllSatisfiable(Sentence s,
Model m)
public java.util.Set findUnitClauses(java.util.Set clauses,
Symbol symbol,
Model m)
public java.util.List<Sentence> clausesWithNonTrueValues(java.util.List<Sentence> clauseList,
Model model)
public DPLL.SymbolValuePair findPureSymbolValuePair(java.util.List<Sentence> clauseList,
Model model,
java.util.List symbols)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||