3
0
Fork 0
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:
Nikolaj Bjorner 2014-10-02 17:10:51 -07:00
parent 4a286cfd1e
commit cb88968588
3 changed files with 62 additions and 25 deletions

View file

@ -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();
};
};