public class Contradiction extends SpecialFormula
| Constructor and Description |
|---|
Contradiction()
Creates a new contradiction.
|
| Modifier and Type | Method and Description |
|---|---|
Contradiction |
clone()
Creates a deep copy of this formula
|
boolean |
equals(java.lang.Object other) |
java.util.Set<PossibleWorld> |
getModels(PropositionalSignature sig)
Returns the set of models of this formula wrt.
|
int |
hashCode() |
java.lang.String |
toString() |
collapseAssociativeFormulas, getAtoms, getLiterals, getPredicates, numberOfOccurrences, replace, toCnf, toNnf, trimcombineWithAnd, combineWithOr, complement, getModels, getPredicateCls, getPrimeImplicants, getSignature, getUniformProbability, isConjunctiveClause, isLiteral, resolvableWith, resolveWith, toBlakeCanonicalForm, toDnfpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in interface SimpleLogicalFormulaequals in class PropositionalFormulapublic int hashCode()
hashCode in interface SimpleLogicalFormulahashCode in class PropositionalFormulapublic Contradiction clone()
SimpleLogicalFormulaclone in interface SimpleLogicalFormulaclone in class PropositionalFormulapublic java.util.Set<PossibleWorld> getModels(PropositionalSignature sig)
PropositionalFormulagetModels in class PropositionalFormulasig - some propositional signature