mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
align lengths of weights and soft constraints
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ddbff6f77b
commit
1c56d6ee95
4 changed files with 14 additions and 6 deletions
|
@ -81,7 +81,7 @@ namespace opt {
|
|||
void set_mus(bool f);
|
||||
app* mk_fresh_bool(char const* name);
|
||||
protected:
|
||||
void enable_sls(expr_ref_vector const& soft);
|
||||
void enable_sls(expr_ref_vector const& soft, vector<rational> const& ws);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue