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:
parent
8622356375
commit
78313c614d
2 changed files with 78 additions and 63 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue