Packages

o

edu.cmu.cs.ls.keymaerax.cdgl

ProofChecker

object ProofChecker

Checks proof terms.

See also

ProofChecker.apply

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

Type Members

  1. type Indices = Map[Either[String, String], Option[Int]]

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. def apply(G: Context, M: Proof): Formula

    Checks whether G |- M : P for some P

    Checks whether G |- M : P for some P

    G

    Context in which to check term

    M

    Term to check

    returns

    Unique P such that G |- M : P, if any

    Exceptions thrown

    [[ProofException]] if M does not check in context G

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def deriveFormula(p: Formula, ode: DifferentialProgram): Formula

    returns

    compute differential of formula p

  8. def deriveFormula(p: Formula, map: Map[Variable, Term]): Formula

    returns

    compute differential of formula p

    See also

    kaisar.ProofChecker

  9. def deriveTerm(e: Term, ode: DifferentialProgram): Term

    returns

    compute differential of term f

  10. def deriveTerm(f: Term, map: Map[Variable, Term]): Term

    returns

    compute differential of term f

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def formulaDerivative(p: Formula, map: Map[Variable, Term]): Formula
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def ghostVar(explicit: Option[Variable], base: Variable, taboos: List[Expression]): Variable

    explicit

    Optional, explicit variable annotation

    base

    Base variable which can be reindexed to find ghost

    taboos

    Expressions in which ghost must be fresh

    returns

    ghost variable fresh in taboos, either explicit or renaming of base.

    Exceptions thrown

    [[ProofException]] if explicit ghost is not fresh

  17. def ghostVars(explicit: Option[List[Variable]], base: List[Variable], taboos: List[Expression]): List[Variable]

    explicit

    Optional, explicit variable annotations

    base

    Base variables which can be reindexed to find ghost

    taboos

    Expressions in which ghosts must be fresh

    returns

    ghost variables fresh in taboos, either explicit or renamings of base.

    Exceptions thrown

    [[ProofException]] if explicit ghosts are not fresh

  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def qeValid(p: Formula): Boolean

    p

    formula of first-order constructive arithmetic

    returns

    whether formula is constructively valid

  24. def solve(tvar: Variable, xys: List[(Variable, Variable)], ode: ODESystem): List[(Variable, Term)]

    Solves an ODE

    Solves an ODE

    tvar

    Variable for time

    xys

    Renamings for bound variables of ODE

    ode

    ODE to solve

    returns

    solution terms for each bound variable of ODE

    Exceptions thrown

    [[ProofException]] if ode is not integrable

  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped