Packages

class SuperpositionInductionProver extends AnyRef

Source
SuperpositionInductionProver.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SuperpositionInductionProver
  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 SuperpositionInductionProver(opts: SpinOptions, problem: TipProblem)

Type Members

  1. case class Occurences(primary: Map[Expr, Seq[LambdaPosition]], accumulators: Map[Expr, Seq[LambdaPosition]], passive: Map[Expr, Seq[LambdaPosition]], underSame: Set[Set[Expr]]) extends Product with Serializable

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 SuperpositionInductionProver toany2stringadd[SuperpositionInductionProver] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SuperpositionInductionProver, B)
    Implicit
    This member is added by an implicit conversion from SuperpositionInductionProver toArrowAssoc[SuperpositionInductionProver] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val acceptNotNormalized: Boolean
  7. val allPositions: Map[Const, Positions]
  8. def asInductiveConst(e: Expr)(implicit ctx: Context): Option[Const]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clauseAxioms(cls: HOLSequent)(implicit ctx: MutableContext): Seq[Axiom]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  12. def constructorRules(ctx: Context): Set[ReductionRule]
  13. val ctx: ImmutableContext
  14. def ensuring(cond: (SuperpositionInductionProver) => Boolean, msg: => Any): SuperpositionInductionProver
    Implicit
    This member is added by an implicit conversion from SuperpositionInductionProver toEnsuring[SuperpositionInductionProver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (SuperpositionInductionProver) => Boolean): SuperpositionInductionProver
    Implicit
    This member is added by an implicit conversion from SuperpositionInductionProver toEnsuring[SuperpositionInductionProver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): SuperpositionInductionProver
    Implicit
    This member is added by an implicit conversion from SuperpositionInductionProver toEnsuring[SuperpositionInductionProver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): SuperpositionInductionProver
    Implicit
    This member is added by an implicit conversion from SuperpositionInductionProver toEnsuring[SuperpositionInductionProver] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SuperpositionInductionProver toStringFormat[SuperpositionInductionProver] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. def funHeaded(e: Expr): Boolean
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def getTargets(c: Expr, f: Formula, occs: Occurences): (Var, Seq[Formula])
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. def inductiveLKProof(sequent: Sequent[(String, Formula)])(implicit ctx: MutableContext): Option[LKProof]

    Proves the given sequent by using induction.

    Proves the given sequent by using induction.

    sequent

    The sequent to be proven.

    ctx

    Defines the constants, types, etc.

    returns

    An inductive proof the sequent is provable with the prover's induction schemes, otherwise None or the method does not terminate.

  26. def isInductive(c: Const)(implicit ctx: Context): Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val nameGen: NameGenerator
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. val normalizer: ConditionalNormalizer
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. def orientEqualities(f: Formula): Formula
  34. val performGeneralization: Boolean
  35. def quantifyAccumulators(f: Formula, occs: Occurences)(implicit ctx: Context): Formula
  36. def reflRules(ctx: Context): Set[ReductionRule]
  37. val sat: Sat4j
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def unfoldQuantifiers(formula: Formula)(implicit ctx: Context): Formula
  41. def uninterpretedFun(c: Const)(implicit ctx: Context): Boolean
  42. def universalClosureExcept(f: Formula, vars: Set[Var]): Formula
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. object occurrences
  47. object testFormula

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

Inherited by implicit conversion StringFormat fromSuperpositionInductionProver to StringFormat[SuperpositionInductionProver]

Inherited by implicit conversion Ensuring fromSuperpositionInductionProver to Ensuring[SuperpositionInductionProver]

Inherited by implicit conversion ArrowAssoc fromSuperpositionInductionProver to ArrowAssoc[SuperpositionInductionProver]

Ungrouped