3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 01:18:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-05-28 14:16:43 -07:00
parent f42d4a58e3
commit c5d4ff9b6f
2 changed files with 3 additions and 1 deletions

View file

@ -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;