mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 18:24:43 +00:00
fix build break (debug assertion) and isolate gomory functionality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b253db2c0a
commit
894fb836e2
5 changed files with 208 additions and 139 deletions
|
@ -619,7 +619,7 @@ void cmd_context::set_produce_unsat_cores(bool f) {
|
|||
}
|
||||
|
||||
void cmd_context::set_produce_proofs(bool f) {
|
||||
SASSERT(!has_assertions());
|
||||
SASSERT(!has_assertions() || m_params.m_proof == f);
|
||||
if (has_manager())
|
||||
m().toggle_proof_mode(f ? PGM_ENABLED : PGM_DISABLED);
|
||||
m_params.m_proof = f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue