Class/Object

at.logic.gapt.proofs.lk

ExpansionTreeProofStrategy

Related Docs: object ExpansionTreeProofStrategy | package lk

Permalink

class ExpansionTreeProofStrategy extends PropositionalProofStrategy with Logger

Strategy for constructing a proof from an ExpansionSequent.

The internal state of this strategy is an ExpansionSequent. The action is a formula on a side of the sequent plus a witness term or eigenvariable respectively in case this formula starts with a quantifier.

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExpansionTreeProofStrategy
  2. PropositionalProofStrategy
  3. Logger
  4. ProofStrategy
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExpansionTreeProofStrategy(expansionSequent: ExpansionSequent)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpansionTreeProofStrategy to any2stringadd[ExpansionTreeProofStrategy] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExpansionTreeProofStrategy, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpansionTreeProofStrategy to ArrowAssoc[ExpansionTreeProofStrategy] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val FormulaLocation: ProofStrategy.FormulaLocation.type

    Permalink
    Definition Classes
    PropositionalProofStrategy
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def calcNextStep(seq: HOLSequent): Option[Action]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def debug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  11. def ensuring(cond: (ExpansionTreeProofStrategy) ⇒ Boolean, msg: ⇒ Any): ExpansionTreeProofStrategy

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpansionTreeProofStrategy to Ensuring[ExpansionTreeProofStrategy] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (ExpansionTreeProofStrategy) ⇒ Boolean): ExpansionTreeProofStrategy

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpansionTreeProofStrategy to Ensuring[ExpansionTreeProofStrategy] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): ExpansionTreeProofStrategy

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpansionTreeProofStrategy to Ensuring[ExpansionTreeProofStrategy] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): ExpansionTreeProofStrategy

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpansionTreeProofStrategy to Ensuring[ExpansionTreeProofStrategy] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def error(msg: ⇒ String, e: Throwable): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  18. def error(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  19. val expansionSequent: ExpansionSequent

    Permalink
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def findBinaryLeft(seq: HOLSequent): Option[Action]

    Permalink
  22. def findBinaryRight(seq: HOLSequent): Option[Action]

    Permalink
  23. def findNullaryLeft(seq: HOLSequent): Option[Action]

    Permalink
    Definition Classes
    PropositionalProofStrategy
  24. def findNullaryRight(seq: HOLSequent): Option[Action]

    Permalink
    Definition Classes
    PropositionalProofStrategy
  25. def findStrongQuantifier(seq: HOLSequent): Option[ExpansionTreeAction]

    Permalink
  26. def findUnaryLeft(seq: HOLSequent): Option[Action]

    Permalink

    need to override find-methods as we keep track of the state of the expansion sequent here

    need to override find-methods as we keep track of the state of the expansion sequent here

    Definition Classes
    ExpansionTreeProofStrategyPropositionalProofStrategy
  27. def findUnaryRight(seq: HOLSequent): Option[Action]

    Permalink
  28. def findWeakQuantifier(seq: HOLSequent): Option[ExpansionTreeAction]

    Permalink
  29. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpansionTreeProofStrategy to StringFormat[ExpansionTreeProofStrategy] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. def info(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  35. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    ExpansionTreeProofStrategy → AnyRef → Any
  41. def trace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def warn(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  46. def warn(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  47. def [B](y: B): (ExpansionTreeProofStrategy, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExpansionTreeProofStrategy to ArrowAssoc[ExpansionTreeProofStrategy] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Logger

Inherited from ProofStrategy

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ExpansionTreeProofStrategy to any2stringadd[ExpansionTreeProofStrategy]

Inherited by implicit conversion StringFormat from ExpansionTreeProofStrategy to StringFormat[ExpansionTreeProofStrategy]

Inherited by implicit conversion Ensuring from ExpansionTreeProofStrategy to Ensuring[ExpansionTreeProofStrategy]

Inherited by implicit conversion ArrowAssoc from ExpansionTreeProofStrategy to ArrowAssoc[ExpansionTreeProofStrategy]

Ungrouped