Packages

o

edu.cmu.cs.ls.keymaerax.btactics

AxiomaticODESolver

object AxiomaticODESolver

An Axiomatic ODE solver. Current limitations: - No support for explicit-form diamond ODEs/box ODEs in context: <{x'=0*x+1}>P, ![{x'=0*x+1}]P

See also

Page 25 in http://arxiv.org/abs/1503.01981 for a high-level sketch.

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

Type Members

  1. class Cycle extends Exception

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 addTimeVar: DependentPositionTactic

    Rewrites [{c}]p to [{c, t'=1}]p.

    Rewrites [{c}]p to [{c, t'=1}]p. The positional argument should point to the location of c, NOT the location of the box. This tactic should work at any top-level position and also in any context.

    Note

    If we want an initial value for time (kyxtime:=0) then this is the place to add that functionality.

  5. def alist(ode: DifferentialProgram): Option[List[AtomicODE]]
  6. def apply(): DependentPositionTactic
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def commAxiomInst(dom: Formula, post: Formula, ode1: DifferentialProgram, ode2: DifferentialProgram): Provable
  10. def commSubst(dom: Formula, post: Formula, ode1: DifferentialProgram, ode2: DifferentialProgram): USubst
  11. def cutAndProveFml(cut: Formula, contextSize: Int = 0): DependentPositionTactic

    Augment ODE with formula cut, consider context of size contextSize when proving with DI.

  12. def cutInSoln(odeSize: Int, diffArg: Term = Variable("kyxtime")): DependentPositionTactic
  13. def dfs(ode: DifferentialProgram): Option[List[Variable]]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isSolved(v: Variable, system: ODESystem): Boolean

    v

    A variable occuring in the odes program.

    system

    An ode system.

    returns

    true if the program does not already contain an = constraint (a.k.a. sol'n) for v in the evolution domain.

  21. def makeCanonical(ode: DifferentialProgram, ord: List[Variable], dom: Formula, post: Formula, pos: Position): BelleExpr
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def odeSolverPreconds(ord: List[Variable]): DependentPositionTactic
  26. def ofAtoms(atoms: List[AtomicODE]): DifferentialProgram
  27. def selectionSort(dom: Formula, post: Formula, ode: DifferentialProgram, goal: List[Variable], pos: Position): BelleExpr
  28. def simplifyPostCondition(odeSize: Int): DependentPositionTactic
  29. def sortAxiomInst(dom: Formula, post: Formula, context: DifferentialProgram, ode1: DifferentialProgram, ode2: DifferentialProgram): Provable
  30. def sortSubst(dom: Formula, post: Formula, context: DifferentialProgram, ode1: DifferentialProgram, ode2: DifferentialProgram): USubst
  31. def splitODEAt(ode: DifferentialProgram, v: Variable): (List[AtomicODE], List[AtomicODE], List[AtomicODE])
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped