Add a further negated conjunction.
Remove some negated conjunctions.
Find the subset of conjuncts in this conjunction that also occur in
oldConj, as well as the subset of conjuncts that do not occur
in oldConj.
Find the subset of conjuncts in this conjunction that also occur in
oldConj, as well as the subset of conjuncts that do not occur
in oldConj.
Return true if this formula is obviously always false
Return true if this formula is obviously always false
Return true if this formula is obviously always true
Return true if this formula is obviously always true
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
Re-sort an object with a new TermOrder.
Re-sort an object with a new TermOrder. It is guaranteed that
the result isSortedBy(order)
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
(Since version ) see corresponding Javadoc for more information.
Class for representing a conjunction of negated
Conjunctions.