mirror of
https://github.com/Z3Prover/z3
synced 2026-04-04 02:39:02 +00:00
Fixed definition extension rule
This commit is contained in:
parent
d8871e5c1e
commit
608227a27e
3 changed files with 33 additions and 22 deletions
|
|
@ -178,9 +178,8 @@ namespace euf {
|
|||
arg(0)->collect_tokens(tokens);
|
||||
arg(1)->collect_tokens(tokens);
|
||||
}
|
||||
else if (!is_empty()) {
|
||||
else if (!is_empty())
|
||||
tokens.push_back(const_cast<snode*>(this));
|
||||
}
|
||||
}
|
||||
|
||||
// access the i-th token (0-based, left-to-right order)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue