mirror of
https://github.com/Z3Prover/z3
synced 2025-09-02 16:20:41 +00:00
adding ema
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
96914d8578
commit
43403fafcd
5 changed files with 55 additions and 3 deletions
|
@ -416,6 +416,7 @@ namespace sat {
|
|||
void mk_model();
|
||||
bool check_model(model const & m) const;
|
||||
void restart(bool to_base);
|
||||
bool should_restart() const;
|
||||
void sort_watch_lits();
|
||||
void exchange_par();
|
||||
lbool check_par(unsigned num_lits, literal const* lits);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue