case class CompoundFormulas(qfClauses: NegatedConjunctions, eagerQuantifiedClauses: IterativeClauseMatcher, lazyQuantifiedClauses: IterativeClauseMatcher) extends Sorted[CompoundFormulas] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Sorted[CompoundFormulas], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompoundFormulas
  2. Serializable
  3. Product
  4. Equals
  5. Sorted
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CompoundFormulas(qfClauses: NegatedConjunctions, eagerQuantifiedClauses: IterativeClauseMatcher, lazyQuantifiedClauses: IterativeClauseMatcher)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. lazy val constants: Set[ConstantTerm]
  7. lazy val constantsInMatchedClauses: Set[ConstantTerm]
  8. val eagerQuantifiedClauses: IterativeClauseMatcher
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  11. def isEmpty: Boolean
  12. def isFalse: Boolean
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isSortedBy(order: TermOrder): Boolean
    Definition Classes
    CompoundFormulasSorted
  15. val lazyQuantifiedClauses: IterativeClauseMatcher
  16. 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

  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. lazy val predicates: Set[Predicate]
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. val qfClauses: NegatedConjunctions
  23. def quantifierClauses(eager: Boolean): IterativeClauseMatcher
  24. 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 result isSortedBy(order)

    Definition Classes
    CompoundFormulasSorted
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    CompoundFormulas → AnyRef → Any
  27. def updateConstantFreedom(cf: ConstantFreedom, goal: Goal): (Seq[PrioritisedTask], CompoundFormulas)
  28. def updateQFClauses(newQFClauses: NegatedConjunctions): CompoundFormulas
  29. def updateQuantifierClauses(eager: Boolean, newClauses: IterativeClauseMatcher): CompoundFormulas
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Sorted[CompoundFormulas]

Inherited from AnyRef

Inherited from Any

Ungrouped