Packages

object PredConj

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

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 FALSE(conj: PredConj): PredConj
  5. def FALSE(pred: Predicate, order: TermOrder): PredConj
  6. val TRUE: PredConj
  7. def apply(positiveLits: Iterable[Atom], negativeLits: Iterable[Atom], order: TermOrder): PredConj
  8. def apply(positiveLits: Iterator[Atom], negativeLits: Iterator[Atom], order: TermOrder): PredConj
  9. def apply(positiveLits: Iterator[Atom], negativeLits: Iterator[Atom], logger: ComputationLogger, order: TermOrder): PredConj
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  12. def conj(conjs: Iterable[PredConj], order: TermOrder): PredConj

    Compute the conjunction of equations, inequations and inequalities.

  13. def conj(conjs: Iterator[PredConj], order: TermOrder): PredConj
  14. def conj(conjs: Iterator[PredConj], logger: ComputationLogger, order: TermOrder): PredConj

    Compute the conjunction of equations, inequations and inequalities.

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def findAtomsWithPred(atoms: IndexedSeq[Atom], pred: Predicate, order: TermOrder): (Int, Int)

    Find all atoms in atoms with predicate pred, returning the interval [left, right) with such atoms.

    Find all atoms in atoms with predicate pred, returning the interval [left, right) with such atoms. The list has to be sorted in descending order (order.reverseAtomOrdering).

  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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