mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
tuning maxres
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4a286cfd1e
commit
cb88968588
3 changed files with 62 additions and 25 deletions
|
@ -36,10 +36,12 @@ namespace sat {
|
|||
bool is_active() const { return m_is_active; }
|
||||
model const& get_model() const { return m_model; }
|
||||
private:
|
||||
lbool mus1();
|
||||
lbool mus2();
|
||||
void mr();
|
||||
void reset();
|
||||
void set_core();
|
||||
literal_vector & get_core();
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue