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:
parent
d00d6a3506
commit
af9143b64a
2 changed files with 45 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue