Packages

object ImplicitAx

Derives axioms from implicit (differential) definitionss

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

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. lazy val DcomposeFull: Lemma
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. lazy val contBox: Lemma
  8. def defExpandToBox(ode: DifferentialProgram): ProvableSig
  9. def deriveDiffAxiom(fs: List[Function]): List[ProvableSig]

    Derive differential axioms for list of interpreted functions fs The interpretation for each function must have the expected shape: .

    Derive differential axioms for list of interpreted functions fs The interpretation for each function must have the expected shape: . = g(.0) <-> <{x_1:=*; x_0:=.; t:=.0;} {x'=-f(x), t'=-(1) ++ x'=f(x), t'=1} > Init

  10. def deriveDiffAxiomSing(f: Function): List[(Function, ProvableSig)]

    Same as deriveDiffAxiom but generates the list of simultaneously defined functions by guessing names

    Same as deriveDiffAxiom but generates the list of simultaneously defined functions by guessing names

    f

    an interpreted function with differential equations

    returns

    list of proved differential axioms

  11. def deriveInitAxiom(f: Function): ProvableSig
  12. def diffUnfold(v0: Term, t0: Term): DependentPositionWithAppliedInputTactic
    Annotations
    @Tactic( x$1 , x$2 , x$6 , x$3 , x$4 , x$7 , x$8 , x$5 , x$9 , x$10 , x$11 , x$12 )
  13. def diffUnfoldD(t0: Term): DependentPositionWithAppliedInputTactic
    Annotations
    @Tactic( x$13 , x$14 , x$18 , x$15 , x$16 , x$19 , x$20 , x$17 , x$21 , x$22 , x$23 , x$24 )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. lazy val existsFwdBack: Lemma
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. lazy val firstDer: Lemma
  19. lazy val flipPartial: Lemma
  20. lazy val forallFwdBack: Lemma
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getDefAx(f: Function): Option[ProvableInfo]
  23. def getDiffAx(f: Function): Option[ProvableInfo]
  24. def getInitAx(f: Function): Option[ProvableInfo]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def partialDer(dim: Int): ProvableSig
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def thereAndBack(dim: Int): ProvableSig
  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