mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
parent
c5d4ff9b6f
commit
ce6fc21bef
|
@ -611,7 +611,6 @@ void cmd_context::set_produce_models(bool f) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void cmd_context::set_produce_unsat_cores(bool f) {
|
void cmd_context::set_produce_unsat_cores(bool f) {
|
||||||
std::cout << "uc\n";
|
|
||||||
// can only be set before initialization
|
// can only be set before initialization
|
||||||
SASSERT(!has_manager());
|
SASSERT(!has_manager());
|
||||||
m_params.m_unsat_core |= f;
|
m_params.m_unsat_core |= f;
|
||||||
|
|
Loading…
Reference in a new issue