3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-07 08:21:56 +00:00

tune initial propagation for pd-maxres

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-08-25 17:15:31 -07:00
parent d00d6a3506
commit af9143b64a
2 changed files with 45 additions and 24 deletions

View file

@ -298,6 +298,7 @@ namespace sat {
void init_search();
void init_assumptions(unsigned num_lits, literal const* lits, double const* weights, double max_weight);
bool init_weighted_assumptions(unsigned num_lits, literal const* lits, double const* weights, double max_weight, svector<literal>& blocker);
void resolve_weighted();
void reinit_assumptions();
bool tracking_assumptions() const;
bool is_assumption(literal l) const;