cvc4-1.4
|
This interface describes a mechanism for the propositional and theory engines to communicate with the "outside world" about new lemmas being discovered. More...
#include <lemma_output_channel.h>
Public Member Functions | |
virtual | ~LemmaOutputChannel () throw () |
virtual void | notifyNewLemma (Expr lemma)=0 |
Notifies this output channel that there's a new lemma. | |
This interface describes a mechanism for the propositional and theory engines to communicate with the "outside world" about new lemmas being discovered.
Definition at line 33 of file lemma_output_channel.h.
|
inlinevirtual |
Definition at line 35 of file lemma_output_channel.h.
|
pure virtual |
Notifies this output channel that there's a new lemma.
The lemma may or may not be in CNF.