mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
parent
efc02282f4
commit
2ed26e8e73
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ namespace datalog {
|
|||
throw default_exception(std::string("get_rules_along_trace is not supported for ") + m_name);
|
||||
}
|
||||
virtual proof_ref get_proof() {
|
||||
return proof_ref(m.mk_asserted(m.mk_true()), m);
|
||||
return proof_ref(m.mk_asserted(m.mk_false()), m);
|
||||
}
|
||||
virtual void add_callback(void *state,
|
||||
const t_new_lemma_eh new_lemma_eh,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue