Packages

c

ap.theories.nia

IntervalSet

class IntervalSet extends AnyRef

Main class for interval constraint propagation.

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

Instance Constructors

  1. new IntervalSet(equations: Seq[(Polynomial, BitSet)], oriInEqs: Seq[(Polynomial, BitSet)], negEqs: Seq[(Polynomial, BitSet)], basicBounds: Seq[(LinearCombination, BitSet)])

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def getAllIntervals: Seq[(ConstantTerm, Interval, (BitSet, BitSet, BitSet))]
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  10. def getGaps: Seq[(ConstantTerm, Interval, BitSet)]
  11. def getInconsistency: Option[(ConstantTerm, Interval, BitSet)]
  12. def getLabelledTermInterval(ct: ConstantTerm): (Interval, (BitSet, BitSet, BitSet))

    Get the interval known for a variable.

    Get the interval known for a variable. The second component specifies lower/upper/gap assumption

  13. def getStableUpdatedIntervals: Seq[(ConstantTerm, Interval, (BitSet, BitSet, BitSet))]
  14. def getTermInterval(ct: ConstantTerm): Interval
  15. def getTermIntervalOption(ct: ConstantTerm): Option[Interval]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. val inEqs: IndexedSeq[(Polynomial, BitSet)]
  18. def intWithLabel(lower: (IntervalInt, BitSet), upper: (IntervalInt, BitSet)): (Interval, BitSet)
  19. val intervalStores: LinkedHashMap[ConstantTerm, IntervalStore]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lowerLimit(p: Polynomial): (IntervalInt, BitSet)
  22. def lowerLimit(t: CoeffMonomial): (IntervalInt, BitSet)
  23. def lowerLimit(m: Monomial): (IntervalInt, BitSet)

    Lower Limit functions

  24. val maxBound: IdealInt
  25. val minBound: IdealInt
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. def propagateGreaterThan(term: CoeffMonomial, ct: ConstantTerm, exp: Int, divMon: Monomial, rhs: Polynomial): (Interval, (BitSet, BitSet, BitSet))

    Propagation functions

  30. def propagateIneq(p: Polynomial, pLabel: BitSet): Unit
  31. def propagateLessThan(term: CoeffMonomial, ct: ConstantTerm, exp: Int, divMon: Monomial, rhs: Polynomial): (Interval, (BitSet, BitSet, BitSet))
  32. def propagateSpecials: Unit

    Propagates equations s.t.

    Propagates equations s.t. f*g = g -- (f != 1) => (g = 0) -- (g != 0) => (f = 1)

    This works on equations only

  33. val symbols: Seq[ConstantTerm]
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    IntervalSet → AnyRef → Any
  36. def updateInterval(term: ConstantTerm, interval: Interval, lowerLabel: BitSet, upperLabel: BitSet, gapLabel: BitSet): Unit
  37. def upperLimit(p: Polynomial): (IntervalInt, BitSet)
  38. def upperLimit(t: CoeffMonomial): (IntervalInt, BitSet)
  39. def upperLimit(m: Monomial): (IntervalInt, BitSet)

    Upper Limit functions

  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def widen(i: Interval): Interval

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped