3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-19 15:16:29 +00:00

Duplicate function signature

This commit is contained in:
CEisenhofer 2026-05-27 17:29:06 +02:00
parent 0fa1e75f3f
commit b7f9019a6e

View file

@ -336,7 +336,7 @@ namespace seq {
}
m_constraints.push_back(c);
}
void nielsen_node::apply_subst(euf::sgraph& sg, nielsen_subst const& s) {
SASSERT(!s.m_var->is_char_or_unit() || s.m_replacement->is_char_or_unit());
SASSERT(s.m_var);