case class IIntFormula(rel: IIntRelation.Value, t: ITerm) extends IFormula with Product with Serializable
Integer equation or inequality.
- Alphabetic
- By Inheritance
- IIntFormula
- Serializable
- Product
- Equals
- IFormula
- IExpression
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IIntFormula(rel: IIntRelation.Value, t: ITerm)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def &(that: IFormula): IFormula
Conjunction of two formulas.
Conjunction of two formulas.
- Definition Classes
- IFormula
- def &&&(that: IFormula): IFormula
Conjunction operator that directly simplify expressions involving true/false.
Conjunction operator that directly simplify expressions involving true/false.
- Definition Classes
- IFormula
- def </>(that: IFormula): IFormula
Exclusive-or of two formulas.
Exclusive-or of two formulas.
- Definition Classes
- IFormula
- def <===>(that: IFormula): IFormula
Equivalence operator that directly simplify expressions involving true/false.
Equivalence operator that directly simplify expressions involving true/false.
- Definition Classes
- IFormula
- def <=>(that: IFormula): IFormula
Equivalence of two formulas.
Equivalence of two formulas.
- Definition Classes
- IFormula
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===>(that: IFormula): IFormula
Implication operator that directly simplify expressions involving true/false.
Implication operator that directly simplify expressions involving true/false.
- Definition Classes
- IFormula
- def ==>(that: IFormula): IFormula
Implication between two formulas.
Implication between two formulas.
- Definition Classes
- IFormula
- def andSimplify(that: IFormula): IFormula
Conjunction operator that directly simplify expressions involving true/false.
Conjunction operator that directly simplify expressions involving true/false.
- Definition Classes
- IFormula
- def apply(i: Int): ITerm
Return the
i
th sub-expression.Return the
i
th sub-expression.- Definition Classes
- IIntFormula → IExpression
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def eqvSimplify(that: IFormula): IFormula
Equivalence operator that directly simplify expressions involving true/false.
Equivalence operator that directly simplify expressions involving true/false.
- Definition Classes
- IFormula
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val hashCode: Int
- Definition Classes
- IIntFormula → AnyRef → Any
- def impSimplify(that: IFormula): IFormula
Disjunction operator that directly simplify expressions involving true/false.
Disjunction operator that directly simplify expressions involving true/false.
- Definition Classes
- IFormula
- def isFalse: Boolean
Incomplete check whether the given formula is unsatisfiable.
Incomplete check whether the given formula is unsatisfiable.
- Definition Classes
- IFormula
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTrue: Boolean
Incomplete check whether the given formula is valid.
Incomplete check whether the given formula is valid.
- Definition Classes
- IFormula
- def iterator: Iterator[IExpression]
Iterator over the sub-expressions of this expression.
Iterator over the sub-expressions of this expression.
- Definition Classes
- IExpression
- def length: Int
Number of sub-expressions.
Number of sub-expressions.
- Definition Classes
- IIntFormula → IExpression
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notSimplify: IFormula
Negation of a formula, with direct simplification.
Negation of a formula, with direct simplification.
- Definition Classes
- IFormula
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def orSimplify(that: IFormula): IFormula
Disjunction operator that directly simplify expressions involving true/false.
Disjunction operator that directly simplify expressions involving true/false.
- Definition Classes
- IFormula
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rel: IIntRelation.Value
- def subExpressions: IndexedSeq[IExpression]
The sub-expressions of this expression.
The sub-expressions of this expression.
- Definition Classes
- IExpression
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val t: ITerm
- def toString(): String
- Definition Classes
- IIntFormula → AnyRef → Any
- def unary_!: IFormula
Negation of a formula.
Negation of a formula.
- Definition Classes
- IFormula
- def unary_~: IFormula
Negation of a formula, with direct simplification.
Negation of a formula, with direct simplification.
- Definition Classes
- IFormula
- def update(newSubExprs: Seq[IExpression]): IIntFormula
Replace the subexpressions of this node with new expressions
Replace the subexpressions of this node with new expressions
- Definition Classes
- IIntFormula → IFormula → IExpression
- 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])
- def |(that: IFormula): IFormula
Disjunction of two formulas.
Disjunction of two formulas.
- Definition Classes
- IFormula
- def |||(that: IFormula): IFormula
Disjunction operator that directly simplify expressions involving true/false.
Disjunction operator that directly simplify expressions involving true/false.
- Definition Classes
- IFormula
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)