object StrategicProvers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StrategicProvers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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
- 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 concurrentTargetChomper(lp: LocalProver, typGroups: Vector[Vector[Typ[Term]]], concurrency: Int = Utils.threadNum, accumSucc: Successes = Vector(), accumFail: Vector[Typ[Term]] = Vector(), accumEqs: Set[EquationNode] = Set(), accumTerms: Set[Term] = Set()): Task[(Successes, Vector[Typ[Term]], Set[EquationNode], Set[Term])]
- var currentGoal: Option[Typ[Term]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var equationNodes: Set[EquationNode]
- val failures: ArrayBuffer[Typ[Term]]
- def formal(sc: Successes): Set[EquationNode]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def goalChomper(lp: LocalProver, typs: Vector[Typ[Term]], accumSucc: Successes = Vector(), accumEqs: Set[EquationNode] = Set(), accumTerms: Set[Term] = Set(), scale: Double = 2, maxSteps: Int = 100): Task[(Successes, Set[EquationNode], Set[Term], Vector[Typ[Term]])]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def liberalChomper(lp: LocalProver, typs: Vector[Typ[Term]], accumSucc: Successes = Vector(), accumFail: Vector[Typ[Term]] = Vector(), accumEqs: Set[EquationNode] = Set(), accumTerms: Set[Term] = Set(), scale: Double = 2, maxSteps: Int = 100): Task[(Successes, Vector[Typ[Term]], Set[EquationNode], Set[Term])]
- def md: String
- 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()
- def seekGoal(lp: LocalProver, typ: Typ[Term], terms: Set[Term], scale: Double = 2, maxSteps: Int = 100): Task[SeekResult]
- def seekTyp(lp: LocalProver, typ: Typ[Term], terms: Set[Term]): Task[SeekResult]
- def solveTyp(lp: LocalProver, typ: Typ[Term], terms: Set[Term]): Task[SeekResult]
- val successes: ArrayBuffer[Successes]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def targetChomper(lp: LocalProver, typs: Vector[Typ[Term]], accumSucc: Successes = Vector(), accumFail: Vector[Typ[Term]] = Vector(), accumEqs: Set[EquationNode] = Set(), accumTerms: Set[Term] = Set()): Task[(Successes, Vector[Typ[Term]], Set[EquationNode], Set[Term])]
- var termSet: Set[Term]
- def toString(): String
- Definition Classes
- AnyRef → Any
- var update: (Unit) => Unit
- 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])
- object SeekResult
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated