mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 05:08:55 +00:00
allow incremental mode override
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5813e22032
commit
303157d3b7
9 changed files with 34 additions and 19 deletions
|
@ -80,6 +80,7 @@ namespace sat {
|
|||
unsigned m_elim_blocked_clauses_at;
|
||||
bool m_retain_blocked_clauses;
|
||||
unsigned m_blocked_clause_limit;
|
||||
bool m_incremental_mode;
|
||||
bool m_resolution;
|
||||
unsigned m_res_limit;
|
||||
unsigned m_res_occ_cutoff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue