Packages

o

edu.cmu.cs.ls.keymaerax.btactics

DifferentialSaturation

object DifferentialSaturation extends Logging

Differential Saturation (Fig 6.3, Logical Analysis of Hybrid Systems) Considers a sequent of the form Gamma |- [ODE & Q]p All of Gamma, Q and p are assumed to be FOL_R only Does NOT construct proofs along the way

Linear Supertypes
Logging, LazyLogging, LoggerHolder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DifferentialSaturation
  2. Logging
  3. LazyLogging
  4. LoggerHolder
  5. AnyRef
  6. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def diffClosure(f: Formula, p: DifferentialProgram): Formula
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def extractEquations(fml: Formula, instVars: List[Variable]): List[Map[Variable, Term]]
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def freshConst(ind: Int): Variable
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def guessInstantiations(fml: Formula, instVars: List[Variable]): List[Map[Variable, Term]]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def instClosure(f: Formula, instVars: List[Variable]): Formula
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging → LoggerHolder
  18. final val loggerName: String
    Attributes
    protected
    Definition Classes
    LoggerHolder
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def occamify(subs: List[Map[Variable, Term]], instVars: List[Variable]): List[Map[Variable, Term]]
  23. def pQE(f: Formula): Formula
  24. def parametricCand(vars: List[Variable], deg: Int, freshInd: Int): (Term, List[Variable], Int)
  25. def parametricCandAux(vars: List[Variable], deg: Int): List[Term]
  26. def parametricInvariant(ode: DifferentialProgram, domls: List[Formula], candSet: List[Variable], insts: List[Variable], fresh: Int, deg: Int, tool: Option[SimplificationTool], ineq: Boolean): Option[(Term, Map[Variable, Term], List[Variable], Int)]
  27. def parametricInvariants(ode: DifferentialProgram, dom: List[Formula], candSets: List[List[Variable]], degLimit: Int, withIneq: Boolean = false, tool: Option[SimplificationTool] = None): (List[(Term, Map[Variable, Term])], List[(Term, Map[Variable, Term])])
  28. def repeatedSubst(e: Expression, subst: Map[Variable, Term], limit: Int = 100): Option[Expression]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Logging

Inherited from LazyLogging

Inherited from LoggerHolder

Inherited from AnyRef

Inherited from Any

Ungrouped