|
Orbital library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClausalSet
Represents a set of clauses. A set of clauses {C1,...,Cn} is a different notation for the conjunction C1∧...∧Cn. This set representation already incorporates associative and commutative.
Field Summary | |
---|---|
static ClausalSet |
CONTRADICTION_SINGLETON_SET
The contradictory singleton set of clauses {□}. |
static ClausalSet |
TAUTOLOGY_SINGLETON_SET
The tautological singleton set of clauses {}. |
Method Summary | |
---|---|
java.util.Iterator |
getProbableComplementsOf(Clause C)
Get (an iterator over) all clauses contained in this set that may possibly form a complement to C for resolution. |
boolean |
removeAllSubsumedBy(ClausalSet T)
Remove all clauses from this set which are subsumed by any of the clauses of T. |
Formula |
toFormula()
Convert this set of clauses to a formula representation. |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Field Detail |
---|
static final ClausalSet CONTRADICTION_SINGLETON_SET
static final ClausalSet TAUTOLOGY_SINGLETON_SET
Method Detail |
---|
boolean removeAllSubsumedBy(ClausalSet T)
In case of T == this, don't let clauses remove by mutual subsumption, or by self-subsumption.
java.util.Iterator getProbableComplementsOf(Clause C)
Implementations may use indexing to estimate the clauses to return very quickly.
Formula toFormula()
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |