3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-03 01:40:22 +00:00

fix bug in sls

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-08-24 19:53:55 -07:00
parent 16bffab8fd
commit b82a68f4d4
6 changed files with 27 additions and 3 deletions

View file

@ -84,6 +84,8 @@ namespace opt {
app* mk_fresh_bool(char const* name);
protected:
void enable_sls(expr_ref_vector const& soft, weights_t& ws);
void set_enable_sls(bool f);
};
/**