Packages

object TacticIndex

Tactic indexing data structures for canonical proof strategies.

See also

edu.cmu.cs.ls.keymaerax.btactics.AxiomInfo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TacticIndex
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Branch = List[PositionLocator]

    A list of things to do on a branch

  2. case class BranchRecursor(positions: List[PositionLocator]) extends Product with Serializable

    Where to recurse on one branch.

  3. type Branches = List[Branch]

    Branch recursors (parent tactics may branch).

  4. case class TacticRecursor(branches: List[BranchRecursor]) extends Product with Serializable

    Where to recurse on the many branches created by a tactic.

  5. type TacticRecursors = (Sequent, Position) ⇒ Either[TacticRecursor, TacticRecursor]

    Recursors list resulting siblings for subsequent chase (every recursor is itself a list, since tactics may branch).

    Recursors list resulting siblings for subsequent chase (every recursor is itself a list, since tactics may branch). Left=recursor on applying, Right=recursor on skipping (to chase inside)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allLStutter: BuiltInPositionTactic

    Stutter axioms used only in chase

  5. val allLStutterPrime: BuiltInPositionTactic
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. lazy val default: TacticIndex
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. val existsRStutter: BuiltInPositionTactic
  12. val existsRStutterPrime: BuiltInPositionTactic
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped