mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
v2 of dual maxres engine
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
622d8b5cd1
commit
d429e72e92
6 changed files with 253 additions and 139 deletions
|
@ -94,6 +94,7 @@ namespace opt {
|
|||
void init();
|
||||
expr* mk_not(expr* e);
|
||||
bool probe_bv();
|
||||
void set_mus(bool f);
|
||||
void enable_bvsat();
|
||||
void enable_sls();
|
||||
app* mk_fresh_bool(char const* name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue