mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
b9dd18483c
commit
fe81de6d39
3 changed files with 12 additions and 9 deletions
|
@ -141,7 +141,8 @@ namespace smt {
|
|||
break;
|
||||
}
|
||||
}
|
||||
return proof_ref(m.mk_clause_trail(ps.size(), ps.c_ptr()), m);
|
||||
proof_ref result(m.mk_clause_trail(ps.size(), ps.c_ptr()), m);
|
||||
return result;
|
||||
}
|
||||
|
||||
std::ostream& operator<<(std::ostream& out, clause_proof::status st) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue