|
Orbital library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorbital.moon.logic.resolution.ResolutionBase
orbital.moon.logic.resolution.SaturationResolution
public class SaturationResolution
Naïve saturation. Repeatedly adds all resolvents of the first clause with other clauses to the clausal set.
| Constructor Summary | |
|---|---|
SaturationResolution()
|
|
| Method Summary | |
|---|---|
protected void |
deletion(ClausalSet newResolvents,
ClausalSet setOfClauses)
Delete superfluous clauses. |
protected boolean |
prove(ClausalSet knowledgebase,
ClausalSet query)
Try to prove or disprove the conjecture. |
protected Clause |
selectClause(ClausalSet S)
Perform a fair selection of one clause out of S. |
| Methods inherited from class orbital.moon.logic.resolution.ResolutionBase |
|---|
getClausalFactory, infer, isComplete, isSound, setVerbose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SaturationResolution()
| Method Detail |
|---|
protected Clause selectClause(ClausalSet S)
protected void deletion(ClausalSet newResolvents,
ClausalSet setOfClauses)
newResolvents - the new resolvents just resolved most recently.setOfClauses - the current set of clauses prior to adding newResolvents.
protected boolean prove(ClausalSet knowledgebase,
ClausalSet query)
ResolutionBase
prove in class ResolutionBaseknowledge - base W assumed consistent.
W is kept in clausal normal form, and thus contains sets of literals.query - the initial set of support.
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||