Packages

o

edu.cmu.cs.ls.keymaerax.btactics

PolynomialArith

object PolynomialArith extends Logging

Created by yongkiat on 11/27/16.

Linear Supertypes
Logging, LazyLogging, LoggerHolder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PolynomialArith
  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. def addCoeff(cl: Term, cr: Term): (Term, Boolean)
  5. def addPoly(l: Term, r: Term, skip_proofs: Boolean = false): (Term, ProvableSig)
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def checkCoeff(t: Term): Boolean
  8. def checkMono(t: Term, maxs: Option[Term] = None): Boolean
  9. def checkPoly(t: Term, maxm: Option[Term] = None): Boolean
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def divCoeff(cl: Term, cr: Term): Term
  12. def divMono(l: Term, r: Term): Option[Term]
  13. def divPoly(l: Term, r: Term): Option[(Term, Term)]
  14. def divPolyMono(l: Term, r: Term): Option[(Term, Term)]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. lazy val equalityByNormalisation: DependentPositionTactic
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def firstDivisor(l: List[Term], i: Int, r: Term): Option[(Int, Term, Term)]
  20. def gcd(a: BigDecimal, b: BigDecimal): BigDecimal
  21. def genWitness(gtz: Term, l: List[(Term, Term)]): (Term, ProvableSig)
  22. def genWitnessTac(mon: List[Int], witness: List[(Term, Term)], instopt: Option[List[(Int, Term)]] = None): DependentTactic
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def groundNormalise(t: Term): Option[Term]
  25. def groundNormaliseProof(t: Term, toNum: Boolean = false): Option[(Term, ProvableSig)]
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isMono(t: Term): Boolean
  29. def isVar(s: Term): Boolean
  30. def iterSquare(l: Term, p: Int, skip_proofs: Boolean = false): (Term, ProvableSig)
  31. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging → LoggerHolder
  32. final val loggerName: String
    Attributes
    protected
    Definition Classes
    LoggerHolder
  33. def mulCoeff(cl: Term, cr: Term): Term
  34. def mulMono(l: Term, r: Term, skip_proofs: Boolean = false): (Term, ProvableSig)
  35. def mulPoly(l: Term, r: Term, skip_proofs: Boolean = false): (Term, ProvableSig)
  36. def mulPolyMono(l: Term, c: Term, r: Term, skip_proofs: Boolean = false): (Term, ProvableSig)
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def negDivCoeff(cl: Term, cr: Term): Term
  39. def neqGtZero(l: List[Int], sequent: Sequent): (Term, BelleExpr)
  40. def normalise(l: Term, skip_proofs: Boolean = false): (Term, ProvableSig)
  41. lazy val normaliseAt: DependentPositionTactic
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. def ordMono(t: Term): Integer
  45. def ratToNum(t: Term): Option[Number]
  46. def reduction(l: List[Term], r: Term): List[(Int, Term)]
  47. def sosGeZero(l: List[(Term, Term)]): (Term, ProvableSig)

    * Updated procedure using g<>0 |- g^2 + SOS > 0 (previously, g = 1 was just a special case)

  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  53. object MonOrd extends Ordering[Term]
  54. object VarOrd extends Ordering[Term]

Inherited from Logging

Inherited from LazyLogging

Inherited from LoggerHolder

Inherited from AnyRef

Inherited from Any

Ungrouped