3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-02 18:08:57 +00:00

Don't add constraint twice

This commit is contained in:
CEisenhofer 2026-04-01 18:56:45 +02:00
parent 261385f702
commit f709f6d089

View file

@ -254,6 +254,7 @@ namespace seq {
for (unsigned i = 0; i < to_app(c.fml)->get_num_args(); ++i) {
add_constraint(constraint(to_app(c.fml)->get_arg(i), c.dep, graph().get_manager()));
}
return;
}
m_constraints.push_back(c);
if (m_graph.m_literal_if_false) {