mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
incremental sat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4f0de9a0cf
commit
3fefed69b7
4 changed files with 129 additions and 49 deletions
|
@ -97,6 +97,9 @@ namespace opt {
|
|||
void enable_bvsat();
|
||||
void enable_sls();
|
||||
app* mk_fresh_bool(char const* name);
|
||||
private:
|
||||
void enable_inc_bvsat();
|
||||
void enable_noninc_bvsat();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue