Packages

class ArithConj extends Formula with SortedWithOrder[ArithConj]

The class for a conjunction of equations, negated equations and inequalities

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArithConj
  2. SortedWithOrder
  3. Sorted
  4. Formula
  5. TerFor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def --(that: ArithConj): ArithConj
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. lazy val constants: Set[ConstantTerm]
    Definition Classes
    ArithConjSortedWithOrderTerFor
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(that: Any): Boolean
    Definition Classes
    ArithConj → AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  11. def groundAtoms: Set[Atom]
    Definition Classes
    ArithConjFormula
  12. def hashCode(): Int
    Definition Classes
    ArithConj → AnyRef → Any
  13. def implies(that: ArithConj): Boolean
  14. val inEqs: InEqConj
  15. def isEmpty: Boolean
  16. def isFalse: Boolean

    Return true if this formula is obviously always false

    Return true if this formula is obviously always false

    Definition Classes
    ArithConjFormula
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isLiteral: Boolean

    Return whether this conjunction actually only is a single literal

  19. def isSortedBy(otherOrder: TermOrder): Boolean
    Definition Classes
    SortedWithOrderSorted
  20. def isTrue: Boolean

    Return true if this formula is obviously always true

    Return true if this formula is obviously always true

    Definition Classes
    ArithConjFormula
  21. def iterator: Iterator[ArithConj]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def negate: ArithConj

    Create the negation of at most one equation

  24. val negativeEqs: NegEquationConj
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. val order: TermOrder
    Definition Classes
    ArithConjSortedWithOrder
  28. val positiveEqs: EquationConj
  29. def predicates: Set[Predicate]
    Definition Classes
    ArithConjSortedWithOrderTerFor
  30. def remove(that: ArithConj, logger: ComputationLogger): ArithConj
  31. def size: Int
  32. def sortBy(newOrder: TermOrder): ArithConj

    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
    ArithConjSorted
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    ArithConj → AnyRef → Any
  35. def updateInEqs(newInEqs: InEqConj)(implicit newOrder: TermOrder): ArithConj

    Update the inequalities of this conjunction (without changing anything else apart from the TermOrder)

  36. def updateNegativeEqs(newEqs: NegEquationConj)(implicit newOrder: TermOrder): ArithConj

    Update the Negative equations of this conjunction (without changing anything else apart from the TermOrder)

  37. def updatePositiveEqs(newEqs: EquationConj)(implicit newOrder: TermOrder): ArithConj

    Update the positive equations of this conjunction (without changing anything else apart from the TermOrder)

  38. lazy val variables: Set[VariableTerm]
    Definition Classes
    ArithConjTerFor
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. 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 SortedWithOrder[ArithConj]

Inherited from Sorted[ArithConj]

Inherited from Formula

Inherited from TerFor

Inherited from AnyRef

Inherited from Any

Ungrouped