3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 21:38:44 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-05-21 21:03:54 -07:00
parent 698d300511
commit ce1fd26b19

View file

@ -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) {