mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
parent
f42d4a58e3
commit
c5d4ff9b6f
2 changed files with 3 additions and 1 deletions
|
@ -611,6 +611,7 @@ void cmd_context::set_produce_models(bool f) {
|
|||
}
|
||||
|
||||
void cmd_context::set_produce_unsat_cores(bool f) {
|
||||
std::cout << "uc\n";
|
||||
// can only be set before initialization
|
||||
SASSERT(!has_manager());
|
||||
m_params.m_unsat_core |= f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue