3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-07 16:31:55 +00:00

updateing pd-maxres

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-08-27 15:43:35 -07:00
parent 8622356375
commit 78313c614d
2 changed files with 78 additions and 63 deletions

View file

@ -298,10 +298,12 @@ namespace sat {
lbool bounded_search();
void init_search();
literal m_replay_lit;
literal_vector m_replay_clause;
literal_vector m_min_core;
bool m_min_core_valid;
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);
void reassert_min_core();
void update_min_core();
void resolve_weighted();
void reinit_assumptions();
bool tracking_assumptions() const;