3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 04:57:52 +00:00

bind variables in queries generated from Horn tactic to enforce that rule formulas don't contain free variables. Issue #328

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-12-01 14:47:33 -08:00
parent aa777bd5c6
commit b3e8020c88
5 changed files with 21 additions and 5 deletions

View file

@ -156,7 +156,7 @@ namespace Duality {
expr_ref_vector rules(m_ctx.get_manager());
svector< ::symbol> names;
vector<unsigned> bounds;
unsigned_vector bounds;
// m_ctx.get_rules_as_formulas(rules, names);