3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-04 09:07:40 +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

@ -7,7 +7,7 @@ Module Name:
Abstract:
Utility to find constants that are declard as varaibles.
Utility to find constants that are declard as variables.
Author: