class EquationConj extends EquationSet with SortedWithOrder[EquationConj]
The class for representing conjunctions of equations, i.e., of systems of
equations. Systems of equations are always implicitly canonised and reduced
by means of row operations, i.e., it is ensured that the leading terms of
two equations are always distinct, and that no equation can be made smaller
in the used TermOrder
by adding multiples of other equations.
This is not a complete method for deciding the satisfiability of a system, it
is also necessary to perform column operations. Column operations are not
applied implicitly, however.
- Alphabetic
- By Inheritance
- EquationConj
- SortedWithOrder
- Sorted
- EquationSet
- IndexedSeq
- IndexedSeqOps
- IndexedSeq
- IndexedSeqOps
- Seq
- SeqOps
- Seq
- Equals
- SeqOps
- PartialFunction
- Function1
- Iterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- Formula
- TerFor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ++[B >: LinearCombination](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def ++:[B >: LinearCombination](prefix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps → IterableOps
- Annotations
- @inline()
- final def +:[B >: LinearCombination](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- def --(that: EquationConj): EquationConj
- final def :+[B >: LinearCombination](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def :++[B >: LinearCombination](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addString(b: StringBuilder): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
- Definition Classes
- IterableOnceOps
- def andThen[C](k: PartialFunction[LinearCombination, C]): PartialFunction[Int, C]
- Definition Classes
- PartialFunction
- def andThen[C](k: (LinearCombination) => C): PartialFunction[Int, C]
- Definition Classes
- PartialFunction → Function1
- def appended[B >: LinearCombination](elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def appendedAll[B >: LinearCombination](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- def apply(i: Int): LinearCombination
- Definition Classes
- EquationSet → SeqOps → Function1
- def applyOrElse[A1 <: Int, B1 >: LinearCombination](x: A1, default: (A1) => B1): B1
- Definition Classes
- PartialFunction
- def applyPreferredMaxLength: Int
- Attributes
- protected
- Definition Classes
- IndexedSeq
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(that: Any): Boolean
- Definition Classes
- IndexedSeq → Seq → Equals
- def className: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def coll: EquationConj.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[B](pf: PartialFunction[LinearCombination, B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[LinearCombination, B]): Option[B]
- Definition Classes
- IterableOnceOps
- def combinations(n: Int): Iterator[IndexedSeq[LinearCombination]]
- Definition Classes
- SeqOps
- def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, LinearCombination]
- Definition Classes
- PartialFunction
- def compose[A](g: (A) => Int): (A) => LinearCombination
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def concat[B >: LinearCombination](suffix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps → IterableOps
- Annotations
- @inline()
- lazy val constants: Set[ConstantTerm]
- Definition Classes
- EquationSet → TerFor
- def contains(lc: LinearCombination): Boolean
- Definition Classes
- EquationSet
- def contains[A1 >: LinearCombination](elem: A1): Boolean
- Definition Classes
- SeqOps
- def containsSlice[B >: LinearCombination](that: Seq[B]): Boolean
- Definition Classes
- SeqOps
- def copyToArray[B >: LinearCombination](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: LinearCombination](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: LinearCombination](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def corresponds[B](that: Seq[B])(p: (LinearCombination, B) => Boolean): Boolean
- Definition Classes
- SeqOps
- def corresponds[B](that: IterableOnce[B])(p: (LinearCombination, B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: (LinearCombination) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def diff[B >: LinearCombination](that: Seq[B]): IndexedSeq[LinearCombination]
- Definition Classes
- SeqOps
- def distinct: IndexedSeq[LinearCombination]
- Definition Classes
- SeqOps
- def distinctBy[B](f: (LinearCombination) => B): IndexedSeq[LinearCombination]
- Definition Classes
- SeqOps
- def drop(n: Int): IndexedSeq[LinearCombination]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def dropRight(n: Int): IndexedSeq[LinearCombination]
- Definition Classes
- IndexedSeqOps → IterableOps
- def dropWhile(p: (LinearCombination) => Boolean): IndexedSeq[LinearCombination]
- Definition Classes
- IterableOps → IterableOnceOps
- def elementWise: ElementWiseExtractor[Int, LinearCombination]
- Definition Classes
- PartialFunction
- def empty: IndexedSeq[LinearCombination]
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def endsWith[B >: LinearCombination](that: Iterable[B]): Boolean
- Definition Classes
- SeqOps
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- EquationConj → EquationSet → Seq → Equals → AnyRef → Any
- def exists(p: (LinearCombination) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(pred: (LinearCombination) => Boolean): IndexedSeq[LinearCombination]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterNot(pred: (LinearCombination) => Boolean): IndexedSeq[LinearCombination]
- Definition Classes
- IterableOps → IterableOnceOps
- def find(p: (LinearCombination) => Boolean): Option[LinearCombination]
- Definition Classes
- IterableOnceOps
- def findLast(p: (LinearCombination) => Boolean): Option[LinearCombination]
- Definition Classes
- SeqOps
- def flatMap[B](f: (LinearCombination) => IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: (LinearCombination) => IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: LinearCombination](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, LinearCombination) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: (LinearCombination, B) => B): B
- Definition Classes
- IndexedSeqOps → IterableOnceOps
- def forall(p: (LinearCombination) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: (LinearCombination) => U): Unit
- Definition Classes
- IterableOnceOps
- def fromSpecific(coll: IterableOnce[LinearCombination]): IndexedSeq[LinearCombination]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def groundAtoms: Set[Atom]
- Definition Classes
- EquationSet → Formula
- def groupBy[K](f: (LinearCombination) => K): Map[K, IndexedSeq[LinearCombination]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: (LinearCombination) => K)(f: (LinearCombination) => B): Map[K, IndexedSeq[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: (LinearCombination) => K)(f: (LinearCombination) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[IndexedSeq[LinearCombination]]
- Definition Classes
- IterableOps
- def hashCode(): Int
- Definition Classes
- EquationConj → EquationSet → Seq → AnyRef → Any
- def head: LinearCombination
- Definition Classes
- IndexedSeqOps → IterableOps
- def headOption: Option[LinearCombination]
- Definition Classes
- IndexedSeqOps → IterableOps
- def implies(that: EquationSet): Boolean
- Definition Classes
- EquationSet
- def indexOf[B >: LinearCombination](elem: B): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexOf[B >: LinearCombination](elem: B, from: Int): Int
- Definition Classes
- SeqOps
- def indexOfSlice[B >: LinearCombination](that: Seq[B]): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexOfSlice[B >: LinearCombination](that: Seq[B], from: Int): Int
- Definition Classes
- SeqOps
- def indexWhere(p: (LinearCombination) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def indexWhere(p: (LinearCombination) => Boolean, from: Int): Int
- Definition Classes
- SeqOps
- def indices: Range
- Definition Classes
- SeqOps
- def init: IndexedSeq[LinearCombination]
- Definition Classes
- IterableOps
- def inits: Iterator[IndexedSeq[LinearCombination]]
- Definition Classes
- IterableOps
- def intersect[B >: LinearCombination](that: Seq[B]): IndexedSeq[LinearCombination]
- Definition Classes
- SeqOps
- def isDefinedAt(idx: Int): Boolean
- Definition Classes
- SeqOps
- def isEmpty: Boolean
- Definition Classes
- SeqOps → IterableOnceOps
- def isFalse: Boolean
The only allowed case of obviously unsatisfiable systems of equations is the one of a single equation that has a non-zero literal lhs
The only allowed case of obviously unsatisfiable systems of equations is the one of a single equation that has a non-zero literal lhs
- Definition Classes
- EquationConj → Formula
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSortedBy(otherOrder: TermOrder): Boolean
- Definition Classes
- SortedWithOrder → Sorted
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- def isTrue: Boolean
Return
true
if this formula is obviously always trueReturn
true
if this formula is obviously always true- Definition Classes
- EquationConj → Formula
- def iterableFactory: SeqFactory[IndexedSeq]
- Definition Classes
- IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
- def iterator: Iterator[LinearCombination]
- Definition Classes
- EquationSet → IndexedSeqOps → IterableOnce
- def knownSize: Int
- Definition Classes
- IndexedSeqOps → IterableOnce
- def last: LinearCombination
- Definition Classes
- IndexedSeqOps → IterableOps
- def lastIndexOf[B >: LinearCombination](elem: B, end: Int): Int
- Definition Classes
- SeqOps
- def lastIndexOfSlice[B >: LinearCombination](that: Seq[B]): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def lastIndexOfSlice[B >: LinearCombination](that: Seq[B], end: Int): Int
- Definition Classes
- SeqOps
- def lastIndexWhere(p: (LinearCombination) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecatedOverriding()
- def lastIndexWhere(p: (LinearCombination) => Boolean, end: Int): Int
- Definition Classes
- SeqOps
- def lastOption: Option[LinearCombination]
- Definition Classes
- IterableOps
- def lazyZip[B](that: Iterable[B]): LazyZip2[LinearCombination, B, EquationConj.this.type]
- Definition Classes
- Iterable
- lazy val leadingTermSet: Set[Term]
- Definition Classes
- EquationSet
- def length: Int
- Definition Classes
- EquationSet → SeqOps
- final def lengthCompare(that: Iterable[_]): Int
- Definition Classes
- IndexedSeqOps → SeqOps
- final def lengthCompare(len: Int): Int
- Definition Classes
- IndexedSeqOps → SeqOps
- final def lengthIs: SizeCompareOps
- Definition Classes
- SeqOps
- Annotations
- @inline()
- val lhss: Array[LinearCombination]
- Attributes
- protected
- Definition Classes
- EquationSet
- def lift: (Int) => Option[LinearCombination]
- Definition Classes
- PartialFunction
- def map[B](f: (LinearCombination) => B): IndexedSeq[B]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def max[B >: LinearCombination](implicit ord: Ordering[B]): LinearCombination
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: (LinearCombination) => B)(implicit ord: Ordering[B]): LinearCombination
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: (LinearCombination) => B)(implicit ord: Ordering[B]): Option[LinearCombination]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: LinearCombination](implicit ord: Ordering[B]): Option[LinearCombination]
- Definition Classes
- IterableOnceOps
- def min[B >: LinearCombination](implicit ord: Ordering[B]): LinearCombination
- Definition Classes
- IterableOnceOps
- def minBy[B](f: (LinearCombination) => B)(implicit ord: Ordering[B]): LinearCombination
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: (LinearCombination) => B)(implicit ord: Ordering[B]): Option[LinearCombination]
- Definition Classes
- IterableOnceOps
- def minOption[B >: LinearCombination](implicit ord: Ordering[B]): Option[LinearCombination]
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negate: NegEquationConj
Create the negation of at most one equation
- def newSpecificBuilder: Builder[LinearCombination, IndexedSeq[LinearCombination]]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def occCounts[B](sq: Seq[B]): Map[B, Int]
- Attributes
- protected[collection]
- Definition Classes
- SeqOps
- def orElse[A1 <: Int, B1 >: LinearCombination](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
- PartialFunction
- val order: TermOrder
- Definition Classes
- EquationSet
- def padTo[B >: LinearCombination](len: Int, elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- def partition(p: (LinearCombination) => Boolean): (IndexedSeq[LinearCombination], IndexedSeq[LinearCombination])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: (LinearCombination) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
- Definition Classes
- IterableOps
- def patch[B >: LinearCombination](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
- Definition Classes
- SeqOps
- def permutations: Iterator[IndexedSeq[LinearCombination]]
- Definition Classes
- SeqOps
- def predicates: Set[Predicate]
- Definition Classes
- EquationSet → TerFor
- def prepended[B >: LinearCombination](elem: B): IndexedSeq[B]
- Definition Classes
- IndexedSeqOps → SeqOps
- def prependedAll[B >: LinearCombination](prefix: IterableOnce[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- def product[B >: LinearCombination](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def pseudoReduce(reducer: ReduceWithEqs, newOrder: TermOrder): EquationConj
- def reduce[B >: LinearCombination](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: LinearCombination](op: (B, LinearCombination) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: LinearCombination](op: (B, LinearCombination) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: LinearCombination](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: LinearCombination](op: (LinearCombination, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: LinearCombination](op: (LinearCombination, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- val relationString: String
- Attributes
- protected
- Definition Classes
- EquationConj → EquationSet
- def reverse: IndexedSeq[LinearCombination]
- Definition Classes
- IndexedSeqOps → SeqOps
- def reverseIterator: Iterator[LinearCombination]
- Definition Classes
- IndexedSeqOps → SeqOps
- def reversed: Iterable[LinearCombination]
- Attributes
- protected
- Definition Classes
- IndexedSeqOps → IterableOnceOps
- def runWith[U](action: (LinearCombination) => U): (Int) => Boolean
- Definition Classes
- PartialFunction
- def sameElements[B >: LinearCombination](o: IterableOnce[B]): Boolean
- Definition Classes
- IndexedSeq → SeqOps
- def scan[B >: LinearCombination](z: B)(op: (B, B) => B): IndexedSeq[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, LinearCombination) => B): IndexedSeq[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: (LinearCombination, B) => B): IndexedSeq[B]
- Definition Classes
- IterableOps
- def search[B >: LinearCombination](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- IndexedSeqOps → SeqOps
- def search[B >: LinearCombination](elem: B)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- IndexedSeqOps → SeqOps
- def segmentLength(p: (LinearCombination) => Boolean, from: Int): Int
- Definition Classes
- SeqOps
- final def segmentLength(p: (LinearCombination) => Boolean): Int
- Definition Classes
- SeqOps
- final def size: Int
- Definition Classes
- SeqOps → IterableOnceOps
- final def sizeCompare(that: Iterable[_]): Int
- Definition Classes
- SeqOps → IterableOps
- final def sizeCompare(otherSize: Int): Int
- Definition Classes
- SeqOps → IterableOps
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): IndexedSeq[LinearCombination]
- Definition Classes
- IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[IndexedSeq[LinearCombination]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[IndexedSeq[LinearCombination]]
- Definition Classes
- IterableOps
- def sortBy(newOrder: TermOrder): EquationConj
Re-sort an object with a new
TermOrder
.Re-sort an object with a new
TermOrder
. It is guaranteed that the resultisSortedBy(order)
- Definition Classes
- EquationConj → Sorted
- def sortBy[B](f: (LinearCombination) => B)(implicit ord: Ordering[B]): IndexedSeq[LinearCombination]
- Definition Classes
- SeqOps
- def sortWith(lt: (LinearCombination, LinearCombination) => Boolean): IndexedSeq[LinearCombination]
- Definition Classes
- SeqOps
- def sorted[B >: LinearCombination](implicit ord: Ordering[B]): IndexedSeq[LinearCombination]
- Definition Classes
- SeqOps
- def span(p: (LinearCombination) => Boolean): (IndexedSeq[LinearCombination], IndexedSeq[LinearCombination])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (IndexedSeq[LinearCombination], IndexedSeq[LinearCombination])
- Definition Classes
- IterableOps → IterableOnceOps
- def startsWith[B >: LinearCombination](that: IterableOnce[B], offset: Int): Boolean
- Definition Classes
- SeqOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[LinearCombination, S]): S with EfficientSplit
- Definition Classes
- IndexedSeqOps → IterableOnce
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- IndexedSeq → Seq → Iterable
- def sum[B >: LinearCombination](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: IndexedSeq[LinearCombination]
- Definition Classes
- IterableOps
- def tails: Iterator[IndexedSeq[LinearCombination]]
- Definition Classes
- IterableOps
- def take(n: Int): IndexedSeq[LinearCombination]
- Definition Classes
- IndexedSeqOps → IterableOps → IterableOnceOps
- def takeRight(n: Int): IndexedSeq[LinearCombination]
- Definition Classes
- IndexedSeqOps → IterableOps
- def takeWhile(p: (LinearCombination) => Boolean): IndexedSeq[LinearCombination]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: (LinearCombination) => U): IndexedSeq[LinearCombination]
- Definition Classes
- IterableOps → IterableOnceOps
- def to[C1](factory: Factory[LinearCombination, C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: LinearCombination](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: LinearCombination]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def toIndexedSeq: IndexedSeq[LinearCombination]
- Definition Classes
- IndexedSeq → IterableOnceOps
- def toList: List[LinearCombination]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[LinearCombination, (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- lazy val toMap: Map[Term, LinearCombination]
- final def toSeq: EquationConj.this.type
- Definition Classes
- Seq → IterableOnceOps
- def toSet: Set[LinearCombination] { def diff(that: scala.collection.Set[ap.terfor.linearcombination.LinearCombination]): scala.collection.immutable.Set[ap.terfor.linearcombination.LinearCombination] }
- Definition Classes
- EquationSet
- def toSet[B >: LinearCombination]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- EquationSet → Seq → Function1 → Iterable → AnyRef → Any
- def toVector: Vector[LinearCombination]
- Definition Classes
- IterableOnceOps
- def transpose[B](implicit asIterable: (LinearCombination) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
- Definition Classes
- IterableOps
- def unapply(a: Int): Option[LinearCombination]
- Definition Classes
- PartialFunction
- def unzip[A1, A2](implicit asPair: (LinearCombination) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: (LinearCombination) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
- Definition Classes
- IterableOps
- def updateEqs(newEqs: Seq[LinearCombination])(implicit newOrder: TermOrder): EquationConj
Update the equations of this conjunction; if nothing has changed,
this
is returned - def updateEqsSubset(newEqs: Seq[LinearCombination])(implicit newOrder: TermOrder): EquationConj
Update the equations of this conjunction under the assumption that the new equations form a subset of the old equations
- def updated[B >: LinearCombination](index: Int, elem: B): IndexedSeq[B]
- Definition Classes
- SeqOps
- lazy val variables: Set[VariableTerm]
- Definition Classes
- EquationSet → TerFor
- def view: IndexedSeqView[LinearCombination]
- Definition Classes
- IndexedSeqOps → SeqOps → IterableOps
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withFilter(p: (LinearCombination) => Boolean): WithFilter[LinearCombination, [_]IndexedSeq[_]]
- Definition Classes
- IterableOps
- def zip[B](that: IterableOnce[B]): IndexedSeq[(LinearCombination, B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: LinearCombination, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: IndexedSeq[(LinearCombination, Int)]
- Definition Classes
- IterableOps → IterableOnceOps
Deprecated Value Members
- final def /:[B](z: B)(op: (B, LinearCombination) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldLeft instead of /:
- final def :\[B](z: B)(op: (LinearCombination, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldRight instead of :\
- def aggregate[B](z: => B)(seqop: (B, LinearCombination) => B, combop: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) For sequential collections, prefer
foldLeft(z)(seqop)
. For parallel collections, useParIterableLike#aggregate
.
- def companion: IterableFactory[[_]IndexedSeq[_]]
- Definition Classes
- IterableOps
- Annotations
- @deprecated @deprecatedOverriding() @inline()
- Deprecated
(Since version 2.13.0) Use iterableFactory instead
- final def copyToBuffer[B >: LinearCombination](dest: Buffer[B]): Unit
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
dest ++= coll
instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def hasDefiniteSize: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
- final def prefixLength(p: (LinearCombination) => Boolean): Int
- Definition Classes
- SeqOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use segmentLength instead of prefixLength
- final def repr: IndexedSeq[LinearCombination]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside
- def reverseMap[B](f: (LinearCombination) => B): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)
- def seq: EquationConj.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- final def toIterable: EquationConj.this.type
- Definition Classes
- Iterable → IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to
toList
ortoSeq
, but it doesn't copy non-immutable collections
- final def toIterator: Iterator[LinearCombination]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- final def toStream: Stream[LinearCombination]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- final def toTraversable: Traversable[LinearCombination]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to
toList
ortoSeq
, but it doesn't copy non-immutable collections
- final def union[B >: LinearCombination](that: Seq[B]): IndexedSeq[B]
- Definition Classes
- SeqOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
concat
instead
- def view(from: Int, until: Int): IndexedSeqView[LinearCombination]
- Definition Classes
- IndexedSeqOps → IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)