mirror of
https://github.com/Z3Prover/z3
synced 2026-05-16 23:25:36 +00:00
clean up conflict generation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3296681a19
commit
4446705eae
3 changed files with 70 additions and 88 deletions
|
|
@ -3719,6 +3719,8 @@ namespace seq {
|
|||
eqs.push_back(std::get<enode_pair>(d));
|
||||
else if (std::holds_alternative<sat::literal>(d))
|
||||
mem_literals.push_back(std::get<sat::literal>(d));
|
||||
else if (std::holds_alternative<le>(d))
|
||||
UNREACHABLE();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue