mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
This commit is contained in:
parent
698d300511
commit
ce1fd26b19
|
@ -553,7 +553,7 @@ void cmd_context::set_produce_models(bool f) {
|
|||
void cmd_context::set_produce_unsat_cores(bool f) {
|
||||
// can only be set before initialization
|
||||
SASSERT(!has_manager());
|
||||
m_params.m_unsat_core = f;
|
||||
m_params.m_unsat_core |= f;
|
||||
}
|
||||
|
||||
void cmd_context::set_produce_proofs(bool f) {
|
||||
|
|
Loading…
Reference in a new issue