3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

bvsls refactoring

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-03-28 15:26:52 +00:00
parent 24d662ba49
commit 0f5d2e010d
2 changed files with 25 additions and 20 deletions

View file

@ -113,6 +113,7 @@ public:
lbool search(void);
lbool operator()();
void operator()(goal_ref const & g, model_converter_ref & mc);
protected: