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:
parent
261385f702
commit
f709f6d089
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue