mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
tune initialization for wmax and sortmax
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ea601dd403
commit
df0e3a100c
5 changed files with 32 additions and 12 deletions
|
@ -57,7 +57,7 @@ namespace smt {
|
|||
virtual ~theory_wmaxsat();
|
||||
void get_assignment(svector<bool>& result);
|
||||
virtual void init_search_eh();
|
||||
bool_var assert_weighted(expr* fml, rational const& w);
|
||||
expr* assert_weighted(expr* fml, rational const& w, bool is_true);
|
||||
bool_var register_var(app* var, bool attach);
|
||||
rational const& get_min_cost();
|
||||
class numeral_trail : public trail<context> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue