class TreeGrammarProver extends AnyRef

Source
TreeGrammarProver.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TreeGrammarProver
  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 TreeGrammarProver(ctx: Context, sequent: HOLSequent, options: TreeGrammarProverOptions)

Type Members

  1. type Instance = Expr

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 TreeGrammarProver toany2stringadd[TreeGrammarProver] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TreeGrammarProver, B)
    Implicit
    This member is added by an implicit conversion from TreeGrammarProver toArrowAssoc[TreeGrammarProver] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val alpha: Var
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. def constructProof(bup: InductionBUP, solution: Expr): LKProof
  10. val ctx: Context
  11. implicit def ctx_: Context
  12. val encoding: InstanceTermEncoding
  13. def ensuring(cond: (TreeGrammarProver) => Boolean, msg: => Any): TreeGrammarProver
    Implicit
    This member is added by an implicit conversion from TreeGrammarProver toEnsuring[TreeGrammarProver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (TreeGrammarProver) => Boolean): TreeGrammarProver
    Implicit
    This member is added by an implicit conversion from TreeGrammarProver toEnsuring[TreeGrammarProver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: => Any): TreeGrammarProver
    Implicit
    This member is added by an implicit conversion from TreeGrammarProver toEnsuring[TreeGrammarProver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): TreeGrammarProver
    Implicit
    This member is added by an implicit conversion from TreeGrammarProver toEnsuring[TreeGrammarProver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def findBUP(instanceProofs: Iterable[(Instance, ExpansionProof)]): InductionBUP
  20. def findMinimalCounterexample(correctInstances: Iterable[Instance], bup: InductionBUP): Option[Expr]
  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TreeGrammarProver toStringFormat[TreeGrammarProver] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. val gamma: List[Var]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def getInstanceProof(inst: Instance): ExpansionProof
  25. val goal: Formula
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. val indTy: TBase
  28. val instanceGen: EnumeratingInstanceGenerator
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def mkGroundTerm(ty: Ty): Expr
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. val nus: Map[Const, NonTerminalVect]
  35. val options: TreeGrammarProverOptions
  36. val quantGoal: Formula
  37. val quantTys: List[TBase]
  38. val sequent: HOLSequent
  39. val smtSolver: Prover
  40. def solve(): LKProof
  41. def solveBUP(bup: InductionBUP): Expr
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val tau: Var
  44. val theory: Vector[Formula]
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. val v0: Var
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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): (TreeGrammarProver, B)
    Implicit
    This member is added by an implicit conversion from TreeGrammarProver toArrowAssoc[TreeGrammarProver] 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 fromTreeGrammarProver to any2stringadd[TreeGrammarProver]

Inherited by implicit conversion StringFormat fromTreeGrammarProver to StringFormat[TreeGrammarProver]

Inherited by implicit conversion Ensuring fromTreeGrammarProver to Ensuring[TreeGrammarProver]

Inherited by implicit conversion ArrowAssoc fromTreeGrammarProver to ArrowAssoc[TreeGrammarProver]

Ungrouped