mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 09:37:44 +00:00
Merge branch 'opt' of https://git01.codeplex.com/z3 into opt
This commit is contained in:
commit
8e2fedbc2e
7 changed files with 8 additions and 9 deletions
|
@ -369,7 +369,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
void rule_manager::bind_variables(expr* fml, bool is_forall, expr_ref& result) {
|
||||
result = m_ctx.bind_variables(fml, is_forall);
|
||||
result = m_ctx.bind_vars(fml, is_forall);
|
||||
}
|
||||
|
||||
void rule_manager::flatten_body(app_ref_vector& body) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue