mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
parent
077a2cf6f7
commit
07413cc928
3 changed files with 21 additions and 23 deletions
|
@ -570,6 +570,7 @@ namespace datalog {
|
|||
default: fml = m.mk_implies(m.mk_and(body.size(), body.c_ptr()), fml); break;
|
||||
}
|
||||
|
||||
m_free_vars.reset();
|
||||
m_free_vars(fml);
|
||||
if (m_free_vars.empty()) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue