object PluginTask
- Alphabetic
- By Inheritance
- PluginTask
- 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 ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def axiomInferences(instAxiom: CertFormula, predAssumptions: Seq[CertFormula], theory: Theory)(implicit order: TermOrder): Seq[BranchInference]
Generate the inferences needed to introduce a theory axiom.
Generate the inferences needed to introduce a theory axiom.
instAxiom
is the instantiated axiom, but excluding assumed predicate literals (given aspredAssumptions
).- Attributes
- protected[ap]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- 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
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- 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
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def prepareAssumptions(assumptions: Seq[Formula], alwaysNeedsQuantifiers: Boolean, order: TermOrder): (Seq[CertFormula], Seq[CertFormula], Seq[CertFormula])
Split assumptions into compound formulas, predicate atoms, and arithmetic literals.
Split assumptions into compound formulas, predicate atoms, and arithmetic literals.
- Attributes
- protected[ap]
- def proveSimpleAssumptions(assumptions: Seq[CertFormula])(implicit order: TermOrder): Seq[(CertFormula, Certificate)]
Generate the certificate steps needed to discharge the given (atomic) arithmetic or predicate assumptions.
Generate the certificate steps needed to discharge the given (atomic) arithmetic or predicate assumptions.
- Attributes
- protected[ap]
- def simpleAssumptionInf(assumption: CertFormula)(implicit order: TermOrder): BranchInference
- Attributes
- protected[ap]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
(Since version 9)