mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix slice bug
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
93dfafb6d4
commit
21eca20b9e
4 changed files with 8 additions and 2 deletions
|
@ -194,6 +194,7 @@ namespace datalog {
|
|||
}
|
||||
}
|
||||
|
||||
// TBD: replace by r.has_quantifiers() and test
|
||||
bool mk_rule_inliner::has_quantifier(rule const& r) const {
|
||||
unsigned utsz = r.get_uninterpreted_tail_size();
|
||||
for (unsigned i = utsz; i < r.get_tail_size(); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue