mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
experiment with sat solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
81c2560854
commit
d849b5c637
5 changed files with 149 additions and 53 deletions
|
@ -82,6 +82,7 @@ namespace sat {
|
|||
|
||||
bool m_subsumption;
|
||||
unsigned m_subsumption_limit;
|
||||
bool m_elim_vars;
|
||||
|
||||
// stats
|
||||
unsigned m_num_blocked_clauses;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue