c

ap.proof.certificates

CertNegEquation

case class CertNegEquation(_lhs: LinearCombination) extends CertArithLiteral with SortedWithOrder[CertNegEquation] with Product with Serializable

Formula expressing a negated equation lhs != 0

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CertNegEquation
  2. Serializable
  3. Product
  4. Equals
  5. SortedWithOrder
  6. Sorted
  7. CertArithLiteral
  8. CertFormula
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CertNegEquation(_lhs: LinearCombination)

Value Members

  1. val _lhs: LinearCombination
  2. def constants: Set[ConstantTerm]
    Definition Classes
    CertFormula
  3. def isFalse: Boolean

    Return true if this formula is obviously always false

    Return true if this formula is obviously always false

    Definition Classes
    CertNegEquationCertFormula
  4. def isSortedBy(otherOrder: TermOrder): Boolean
    Definition Classes
    SortedWithOrderSorted
  5. def isTrue: Boolean

    Return true if this formula is obviously always true

    Return true if this formula is obviously always true

    Definition Classes
    CertNegEquationCertFormula
  6. val lhs: LinearCombination
    Definition Classes
    CertArithLiteral
  7. val order: TermOrder
    Definition Classes
    CertFormula
  8. def predicates: Set[Predicate]
    Definition Classes
    CertFormula
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def sortBy(otherOrder: TermOrder): CertNegEquation

    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
    CertNegEquationSorted
  11. def toConj: Conjunction

    Convert this formula to the corresponding formula in internal representation

    Convert this formula to the corresponding formula in internal representation

    Definition Classes
    CertNegEquationCertFormula
  12. def toFormula: NegEquationConj

    Convert this formula to the corresponding formula in internal representation

    Convert this formula to the corresponding formula in internal representation

    Definition Classes
    CertNegEquationCertFormula
  13. def toString(): String
    Definition Classes
    CertNegEquation → AnyRef → Any
  14. def unary_!: CertEquation

    Negate this formula

    Negate this formula

    Definition Classes
    CertNegEquationCertFormula
  15. def update(newLhs: LinearCombination): CertNegEquation
    Definition Classes
    CertNegEquationCertArithLiteral