object Plugin
- Alphabetic
- By Inheritance
- Plugin
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed abstract class Action extends AnyRef
- case class AddAxiom(assumptions: Seq[Formula], axiom: Conjunction, theory: Theory) extends Action with Product with Serializable
Add an explicit theory axiom.
Add an explicit theory axiom. The action can specify a list of assumptions that are antecedents of the axiom and assumed to be present in a goal. Constants in the axiom will be replaced with universally quantified variables.
- case class AddFormula(formula: Conjunction) extends Action with Product with Serializable
Add a formula to the handled proof goal.
Add a formula to the handled proof goal. This action does not support generation of proof certificates.
- case class AddReducableModelElement(facts: Conjunction, constants: Set[ConstantTerm], reducerSettings: ReducerSettings) extends Action with Product with Serializable
Record that values of the given constants can be reconstructed from the provided facts.
- case class AxiomSplit(assumptions: Seq[Formula], cases: Seq[(Conjunction, Seq[Action])], theory: Theory) extends Action with Product with Serializable
Split a proof goal into multiple sub-goals, and justify the split through an explicit theory axiom.
Split a proof goal into multiple sub-goals, and justify the split through an explicit theory axiom. The action can specify a list of assumptions that are antecedents of the axiom, but already assumed to be present in a goal. Constants in the axiom will be replaced with universally quantified variables.
- case class CloseByAxiom(assumptions: Seq[Formula], theory: Theory) extends Action with Product with Serializable
Close the goal by invoking an explicit theory axiom.
Close the goal by invoking an explicit theory axiom. The action can specify a list of assumptions that are antecedents of the axiom and assumed to be present in a goal. Constants in the axiom will be replaced with universally quantified variables.
- case class CutSplit(cutFormula: Conjunction, leftCase: Seq[Action], rightCase: Seq[Action]) extends Action with Product with Serializable
Split a proof goal by applying the cut rule.
- case class RemoveFacts(facts: Conjunction) extends Action with Product with Serializable
Remove some facts from the handled proof goal.
- case class ScheduleTask(proc: TheoryProcedure, priority: Int) extends Action with Product with Serializable
Schedule a task to be applied later on the goal.
- case class SplitDisequality(equality: LinearCombination, leftActions: Seq[Action], rightActions: Seq[Action]) extends Action with Product with Serializable
Split a disequality fact into two inequalities.
- case class SplitGoal(cases: Seq[Seq[Action]]) extends Action with Product with Serializable
Split a proof goal into multiple sub-goals.
Split a proof goal into multiple sub-goals. This action does not support generation of proof certificates.
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
- val AC: AC_PLUGIN.type
- Attributes
- protected[theoryPlugins]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- def isRelevantAxiomAction(action: Action, order: TermOrder): Boolean
A simple relevance filter to get rid of axioms that follow trivially from built-in arithmetic rules.
A simple relevance filter to get rid of axioms that follow trivially from built-in arithmetic rules. Such irrelevant axioms should not be added, since they might interfere with the built-in simplification rules, and sometimes lead to illformed proofs.
- 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()
- 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])
- object GoalState extends Enumeration
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)