class Cls extends AnyRef

Data structure for clauses derived in Escargot.

Source
state.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cls
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Cls(state: EscargotState, proof: ResolutionProof, index: Int)

    state

    Prover state that "produced" this clause.

    proof

    Resolution proof ending in this clause.

    index

    Serial number issued by the EscargotState. The index is a deterministic hash code, and also indicates how old the clause is.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Cls toany2stringadd[Cls] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Cls, B)
    Implicit
    This member is added by an implicit conversion from Cls toArrowAssoc[Cls] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val ass: Set[Int]
  8. def assertion: HOLClause
  9. val clause: Sequent[Formula]
  10. def clauseWithAssertions: (Sequent[Formula], HOLClause)
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  12. def ensuring(cond: (Cls) => Boolean, msg: => Any): Cls
    Implicit
    This member is added by an implicit conversion from Cls toEnsuring[Cls] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Cls) => Boolean): Cls
    Implicit
    This member is added by an implicit conversion from Cls toEnsuring[Cls] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): Cls
    Implicit
    This member is added by an implicit conversion from Cls toEnsuring[Cls] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Cls
    Implicit
    This member is added by an implicit conversion from Cls toEnsuring[Cls] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. val featureVec: ClauseFeatureVec
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Cls toStringFormat[Cls] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. val freeVars: Set[Var]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    Cls → AnyRef → Any
  23. val index: Int
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val literalFeatureVecs: Sequent[TermFeatureVec]
  26. val maximal: Vector[SequentIndex]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. val proof: ResolutionProof
  31. val selected: Vector[SequentIndex]
  32. val state: EscargotState
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    Cls → AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. val weight: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def [B](y: B): (Cls, B)
    Implicit
    This member is added by an implicit conversion from Cls toArrowAssoc[Cls] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromCls to any2stringadd[Cls]

Inherited by implicit conversion StringFormat fromCls to StringFormat[Cls]

Inherited by implicit conversion Ensuring fromCls to Ensuring[Cls]

Inherited by implicit conversion ArrowAssoc fromCls to ArrowAssoc[Cls]

Ungrouped