|
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.SearchResolution
public class SearchResolution
Set of support resolution based on search.
| Constructor Summary | |
|---|---|
SearchResolution()
|
|
| Method Summary | |
|---|---|
protected boolean |
prove(ClausalSet knowledgebase,
ClausalSet query)
Try to prove or disprove the conjecture. |
| 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 SearchResolution()
| Method Detail |
|---|
protected boolean prove(ClausalSet knowledgebase,
ClausalSet query)
ResolutionBase
prove in class ResolutionBaseknowledgebase - knowledge base W assumed consistent. W is
kept in clausal normal form, and thus contains sets of
literals.query - the query &lnot;D, i.e. negated goal D forming the
initial set of support.
|
Orbital library 1.2.0: 23 Apr 2008 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||