class RichMulTerm extends AnyRef
- Alphabetic
- By Inheritance
- RichMulTerm
- 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: ITerm): ITerm
Euclidian remainder
- def **(that: ITerm): ITerm
Multiply two terms, using the
MulTheory.mul
function if necessary; if any of the two terms is constant, normal Presburger multiplication will be used. - def /(that: ITerm): ITerm
Euclidian division
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ^(exp: ITerm): ITerm
Exponentiation, with non-negative exponent.
Exponentiation, with non-negative exponent. Note that
^
binds only weakly in Scala, so usually one has to write(x^2)
with parentheses. - 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()
- def eDiv(that: ITerm): ITerm
Euclidian division
- def eDivWithSpecialZero(that: ITerm): ITerm
Euclidian division, assuming the SMT-LIB semantics for division by zero.
- def eMod(that: ITerm): ITerm
Euclidian remainder
- def eModWithSpecialZero(that: ITerm): ITerm
Euclidian remaining, assuming the SMT-LIB semantics for remainder by zero.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fDiv(that: ITerm): ITerm
Floor division
- def fMod(that: ITerm): ITerm
Floor remainder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tDiv(that: ITerm): ITerm
Truncation division
- def tMod(that: ITerm): ITerm
Truncation remainder
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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)