mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
revising pd-maxres
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
da0c12cdba
commit
546a9b8f03
9 changed files with 65 additions and 82 deletions
|
@ -280,6 +280,7 @@ namespace sat {
|
|||
bool model_is_current() const { return m_model_is_current; }
|
||||
literal_vector const& get_core() const { return m_core; }
|
||||
model_converter const & get_model_converter() const { return m_mc; }
|
||||
void set_model(model const& mdl);
|
||||
|
||||
protected:
|
||||
unsigned m_conflicts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue