mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
7c4d098f65
commit
b451735aa0
3 changed files with 17 additions and 1 deletions
|
@ -267,6 +267,7 @@ namespace {
|
|||
};
|
||||
|
||||
void get_unsat_core(expr_ref_vector & r) override {
|
||||
|
||||
unsigned sz = m_context.get_unsat_core_size();
|
||||
for (unsigned i = 0; i < sz; i++) {
|
||||
r.push_back(m_context.get_unsat_core_expr(i));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue