mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fixes and more porting seq_eq_solver to self-contained module
This commit is contained in:
parent
847724fb21
commit
38737db802
21 changed files with 354 additions and 230 deletions
|
@ -97,7 +97,7 @@ public:
|
|||
|
||||
void add(T* t, T* s) {
|
||||
T_set* tb = nullptr;
|
||||
if (!m_deps.find(t, tb)) {
|
||||
if (!m_deps.find(t, tb) || !tb) {
|
||||
tb = alloc(T_set);
|
||||
insert(t, tb);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue