object SimpleEquations
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleEquations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allAppEquations(funcs: FiniteDistribution[ExstFunc], args: FiniteDistribution[Term], cutoff: Double): Vector[EquationNode]
- def appEquation(fn: ExstFunc, arg: Term): EquationNode
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def cutoffAppPairs(funcs: FiniteDistribution[ExstFunc], args: FiniteDistribution[Term], cutoff: Double): Vector[(ExstFunc, Term)]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def groupTerms(fd: FiniteDistribution[Term]): Map[Typ[Term], FiniteDistribution[Term]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def taskUnAppEquations(funcs: FiniteDistribution[ExstFunc], args: FiniteDistribution[Term], cutoff: Double, prevCutoff: Option[Double], accumTerms: Set[Term], accumTyps: Set[Typ[Term]], limit: Long): Task[(Set[EquationNode], Set[Term], Set[Typ[Term]])]
- def timedUnAppEquations(funcs: FiniteDistribution[ExstFunc], args: FiniteDistribution[Term], cutoff: Double, maxTime: FiniteDuration, minCutoff: Option[Double], cutoffScale: Double = 2, accumTerms: Set[Term] = Set(), accumTyps: Set[Typ[Term]] = Set(), prevCutoff: Option[Double] = None, accum: Set[EquationNode] = Set()): Task[Set[EquationNode]]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unAppEquations(funcs: FiniteDistribution[ExstFunc], args: FiniteDistribution[Term], cutoff: Double): Future[Set[EquationNode]]
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated