3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-02 13:27:01 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-05 12:10:02 -07:00
parent efc02282f4
commit 2ed26e8e73
2 changed files with 2 additions and 2 deletions

View file

@ -269,7 +269,7 @@ class horn_tactic : public tactic {
if (produce_proofs) {
proof_ref proof = m_ctx.get_proof();
pc = proof2proof_converter(m, proof);
g->assert_expr(m.mk_false(), proof, nullptr);
g->assert_expr(m.get_fact(proof), proof, nullptr);
}
else {
g->assert_expr(m.mk_false());