mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fixes to dt_solver and related
This commit is contained in:
parent
f7b1469462
commit
830f314a3f
20 changed files with 250 additions and 187 deletions
|
@ -254,7 +254,7 @@ public:
|
|||
}
|
||||
|
||||
void undo() override {
|
||||
m_vector[m_idx] = 0;
|
||||
m_vector[m_idx] = nullptr;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue