mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
adding soft-assertions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e50e02e656
commit
552cbd840f
8 changed files with 30 additions and 5 deletions
|
@ -102,6 +102,7 @@ namespace opt {
|
|||
protected:
|
||||
void enable_sls(expr_ref_vector const& soft, weights_t& ws);
|
||||
void set_enable_sls(bool f);
|
||||
void set_soft_assumptions();
|
||||
void trace_bounds(char const* solver);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue