mirror of
https://github.com/Z3Prover/z3
synced 2026-03-19 19:43:11 +00:00
comment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2847dd8bb3
commit
b1bae695e6
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ namespace seq {
|
|||
return false;
|
||||
}
|
||||
|
||||
// NSB review: optimize sg.subst to apply join only if the substitution had an effect.
|
||||
void nielsen_node::apply_subst(euf::sgraph& sg, nielsen_subst const& s) {
|
||||
if (!s.m_var) return;
|
||||
for (unsigned i = 0; i < m_str_eq.size(); ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue