3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-14 19:24:44 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-03-18 20:04:15 -07:00
parent 94b3a46811
commit e11e1231dc
2 changed files with 27 additions and 29 deletions

View file

@ -35,9 +35,8 @@ namespace smt {
~pb_sls();
void add(expr* f);
void add(expr* f, rational const& w);
void init_value(expr* f, bool b);
void set_value(func_decl* f, bool b);
lbool operator()();
bool get_value(expr* f);
void set_cancel(bool f);
void collect_statistics(statistics& st) const;
void get_model(model_ref& mdl);