3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00

add sls test to wmax

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-03-18 21:30:45 -07:00
parent 7b0ffc9108
commit 78975827b2
3 changed files with 83 additions and 24 deletions

View file

@ -35,7 +35,7 @@ namespace smt {
~pb_sls();
void add(expr* f);
void add(expr* f, rational const& w);
void set_value(func_decl* f, bool b);
void set_model(model const& mdl);
lbool operator()();
void set_cancel(bool f);
void collect_statistics(statistics& st) const;