mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
ensure that bca takes also lemmas into account
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0919fd4075
commit
829c140087
21 changed files with 384 additions and 149 deletions
|
@ -105,7 +105,8 @@ namespace sat {
|
|||
bool m_core_minimize_partial;
|
||||
bool m_drat;
|
||||
symbol m_drat_file;
|
||||
bool m_drat_check;
|
||||
bool m_drat_check_unsat;
|
||||
bool m_drat_check_sat;
|
||||
|
||||
bool m_dimacs_display;
|
||||
bool m_dimacs_inprocess_display;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue