case classAddAxiom(assumptions: Seq[Formula], axiom: Conjunction, theory: Theory) extends Action with Product with Serializable
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.
Linear Supertypes
Serializable, Serializable, Product, Equals, Action, AnyRef, Any
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.