3
0
Fork 0
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:
CEisenhofer 2026-03-05 18:33:58 +01:00
parent d8871e5c1e
commit 608227a27e
3 changed files with 33 additions and 22 deletions

View file

@ -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)