|
Orbital library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orbital.moon.logic.resolution.ResolutionBase orbital.moon.logic.resolution.SetOfSupportResolution
public class SetOfSupportResolution
Direct set of support resolution.
Constructor Summary | |
---|---|
SetOfSupportResolution()
|
Method Summary | |
---|---|
protected void |
deletion(ClausalSet newResolvents,
ClausalSet usable,
ClausalSet setOfSupport)
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 SetOfSupportResolution()
Method Detail |
---|
protected Clause selectClause(ClausalSet S)
protected void deletion(ClausalSet newResolvents, ClausalSet usable, ClausalSet setOfSupport)
newResolvents
- the new resolvents just resolved most recently.usable
- the set of usable clauses in the knowledgebase which are not in the set of support.setOfSupport
- the current set of support prior to adding newResolvents.protected boolean prove(ClausalSet knowledgebase, ClausalSet query)
ResolutionBase
prove
in class ResolutionBase
knowledge
- 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 |