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

reworking pd-maxres

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-08-26 16:33:53 -07:00
parent af9143b64a
commit 7c47809973
3 changed files with 61 additions and 33 deletions

View file

@ -297,7 +297,8 @@ namespace sat {
lbool bounded_search();
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);
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;