mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 19:24:44 +00:00
initial sls experiment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
78975827b2
commit
3b3498c4b5
7 changed files with 295 additions and 107 deletions
|
@ -35,7 +35,8 @@ namespace smt {
|
|||
~pb_sls();
|
||||
void add(expr* f);
|
||||
void add(expr* f, rational const& w);
|
||||
void set_model(model const& mdl);
|
||||
bool soft_holds(unsigned index);
|
||||
void set_model(model_ref& 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