mirror of
https://github.com/Z3Prover/z3
synced 2026-06-17 06:06:22 +00:00
block lia2card on recursive functions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
66795ea322
commit
0270817b31
1 changed files with 4 additions and 0 deletions
|
|
@ -185,6 +185,10 @@ public:
|
|||
expr_safe_replace rep(m);
|
||||
|
||||
tactic_report report("lia2card", *g);
|
||||
if (recfun::util(m()).has_rec_defs()) {
|
||||
result.push_back(g.get());
|
||||
return;
|
||||
}
|
||||
|
||||
bound_manager bounds(m);
|
||||
for (unsigned i = 0; i < g->size(); ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue