mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
adding soft-assertions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e50e02e656
commit
552cbd840f
8 changed files with 30 additions and 5 deletions
|
@ -72,6 +72,7 @@ namespace sat {
|
|||
bool m_minimize_core;
|
||||
bool m_minimize_core_partial;
|
||||
bool m_optimize_model;
|
||||
bool m_soft_assumptions;
|
||||
bool m_bcd;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue