Packages

final class MutCC extends AnyRef

Congruence closure implementation closely following [1]

[1] R. Nieuwenhuis and A. Oliveras, Fast congruence closure and extensions, Information and Computation 205.4 (2007), 557-580.

Source
congruence.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutCC
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MutCC(n: Int)

Type Members

  1. class Explainer extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from MutCC to any2stringadd[MutCC] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MutCC, B)
    Implicit
    This member is added by an implicit conversion from MutCC to ArrowAssoc[MutCC] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addEqn(eqn: Eqn): Unit
  7. def addEqn(l: Int, r: Int, lr: Int): Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): MutCC
    Definition Classes
    MutCC → AnyRef
  10. def ensuring(cond: (MutCC) ⇒ Boolean, msg: ⇒ Any): MutCC
    Implicit
    This member is added by an implicit conversion from MutCC to Ensuring[MutCC] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (MutCC) ⇒ Boolean): MutCC
    Implicit
    This member is added by an implicit conversion from MutCC to Ensuring[MutCC] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): MutCC
    Implicit
    This member is added by an implicit conversion from MutCC to Ensuring[MutCC] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): MutCC
    Implicit
    This member is added by an implicit conversion from MutCC to Ensuring[MutCC] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def explain: Explainer
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MutCC to StringFormat[MutCC] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def isEq(a: Int, b: Int): Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val klass: Array[Vector[Int]]
  23. val lookup: Map[(Int, Int), Eqn]
  24. def merge(a: Int, b: Int, ref: Int): Unit
  25. def merge(p: Pending): Unit
  26. val n: Int
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. val parent: Array[Int]
  31. val pending: ArrayStack[Pending]
  32. def propagate(): Unit
  33. val reason: Array[Pending]
  34. val repr: Array[Int]
  35. def resize(newN: Int): MutCC
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. val use: Array[Vector[Eqn]]
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (MutCC, B)
    Implicit
    This member is added by an implicit conversion from MutCC to ArrowAssoc[MutCC] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MutCC to any2stringadd[MutCC]

Inherited by implicit conversion StringFormat from MutCC to StringFormat[MutCC]

Inherited by implicit conversion Ensuring from MutCC to Ensuring[MutCC]

Inherited by implicit conversion ArrowAssoc from MutCC to ArrowAssoc[MutCC]

Ungrouped