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:
parent
7b0ffc9108
commit
78975827b2
3 changed files with 83 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue