Interface for theory plugins that can be added to the
EagerTaskManager
.
Execution of a sequence of plugins.
Task integrating a Plugin
(or TheoryProcedure
)
into a prover
Task integrating a Plugin
(or TheoryProcedure
)
into a prover
General interface for a theory-specific procedure that can be applied by a prover to reason about interpreted symbols.
Interface for theory plugins that can be added to the
EagerTaskManager
. At the moment, such plugins can mainly observe which formulae are asserted on a branch, and then generate/instantiate further axioms to add theory knowledge.Plugin objects have to be immutable.