class ArithConj extends Formula with SortedWithOrder[ArithConj]
The class for a conjunction of equations, negated equations and inequalities
- Alphabetic
- By Inheritance
- ArithConj
- SortedWithOrder
- Sorted
- Formula
- TerFor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def --(that: ArithConj): ArithConj
- 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]
- Definition Classes
- ArithConj → SortedWithOrder → TerFor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- ArithConj → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def groundAtoms: Set[Atom]
- def hashCode(): Int
- Definition Classes
- ArithConj → AnyRef → Any
- def implies(that: ArithConj): Boolean
- val inEqs: InEqConj
- def isEmpty: Boolean
- def isFalse: Boolean
Return
true
if this formula is obviously always false - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLiteral: Boolean
Return whether this conjunction actually only is a single literal
- def isSortedBy(otherOrder: TermOrder): Boolean
- Definition Classes
- SortedWithOrder → Sorted
- def isTrue: Boolean
Return
true
if this formula is obviously always true - def iterator: Iterator[ArithConj]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negate: ArithConj
Create the negation of at most one equation
- val negativeEqs: NegEquationConj
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val order: TermOrder
- Definition Classes
- ArithConj → SortedWithOrder
- val positiveEqs: EquationConj
- def predicates: Set[Predicate]
- Definition Classes
- ArithConj → SortedWithOrder → TerFor
- def remove(that: ArithConj, logger: ComputationLogger): ArithConj
- def size: Int
- def sortBy(newOrder: TermOrder): ArithConj
Re-sort an object with a new
TermOrder
. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ArithConj → AnyRef → Any
- def updateInEqs(newInEqs: InEqConj)(implicit newOrder: TermOrder): ArithConj
Update the inequalities of this conjunction (without changing anything else apart from the
TermOrder
) - def updateNegativeEqs(newEqs: NegEquationConj)(implicit newOrder: TermOrder): ArithConj
Update the Negative equations of this conjunction (without changing anything else apart from the
TermOrder
) - def updatePositiveEqs(newEqs: EquationConj)(implicit newOrder: TermOrder): ArithConj
Update the positive equations of this conjunction (without changing anything else apart from the
TermOrder
) - lazy val variables: Set[VariableTerm]
- 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)