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:
parent
af9143b64a
commit
7c47809973
3 changed files with 61 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue