mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 19:24:44 +00:00
snapshot
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
94b3a46811
commit
e11e1231dc
2 changed files with 27 additions and 29 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue