case class CompoundFormulas(qfClauses: NegatedConjunctions, eagerQuantifiedClauses: IterativeClauseMatcher, lazyQuantifiedClauses: IterativeClauseMatcher) extends Sorted[CompoundFormulas] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompoundFormulas
- Serializable
- Product
- Equals
- Sorted
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CompoundFormulas(qfClauses: NegatedConjunctions, eagerQuantifiedClauses: IterativeClauseMatcher, lazyQuantifiedClauses: IterativeClauseMatcher)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- lazy val constants: Set[ConstantTerm]
- lazy val constantsInMatchedClauses: Set[ConstantTerm]
- val eagerQuantifiedClauses: IterativeClauseMatcher
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def isEmpty: Boolean
- def isFalse: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSortedBy(order: TermOrder): Boolean
- Definition Classes
- CompoundFormulas → Sorted
- val lazyQuantifiedClauses: IterativeClauseMatcher
- def mapQFClauses(qfClauseMapping: (NegatedConjunctions) => (Seq[Conjunction], Seq[Conjunction]), taskifier: (Conjunction) => Seq[FormulaTask], order: TermOrder): (Seq[PrioritisedTask], CompoundFormulas)
- qfClauseMapping
map the qf-clauses to a set of clauses that is supposed to be turned into tasks, and a set that is supposed to be kept
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- lazy val predicates: Set[Predicate]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val qfClauses: NegatedConjunctions
- def quantifierClauses(eager: Boolean): IterativeClauseMatcher
- def sortBy(order: TermOrder): CompoundFormulas
Re-sort an object with a new
TermOrder
.Re-sort an object with a new
TermOrder
. It is guaranteed that the resultisSortedBy(order)
- Definition Classes
- CompoundFormulas → Sorted
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- CompoundFormulas → AnyRef → Any
- def updateConstantFreedom(cf: ConstantFreedom, goal: Goal): (Seq[PrioritisedTask], CompoundFormulas)
- def updateQFClauses(newQFClauses: NegatedConjunctions): CompoundFormulas
- def updateQuantifierClauses(eager: Boolean, newClauses: IterativeClauseMatcher): CompoundFormulas
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)