CVC3
|
API to to a generic proof search engine (a.k.a. SAT solver) More...
#include <search_impl_base.h>
Inherits CVC3::SearchEngine.
Inherited by CVC3::SearchEngineFast, and CVC3::SearchSimple.
These caches are for subexpressions of the translated formula phi, to avoid expanding phi into a tree. We cannot use d_cnfCache for that, since it is effectively non-backtracking, and we do not know if a subexpression of phi was translated at the current level, or at some other (inactive) branch of the decision tree.
API to to a generic proof search engine (a.k.a. SAT solver)
Definition at line 37 of file search_impl_base.h.
friend class DecisionEngine [friend] |
Definition at line 38 of file search_impl_base.h.