mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
add declaration for w
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e1c2049343
commit
4e686693ee
|
@ -135,6 +135,7 @@ public:
|
|||
// dissolve equivalence class of v
|
||||
// this method cannot be used with backtracking.
|
||||
void dissolve(unsigned v) {
|
||||
unsigned w;
|
||||
do {
|
||||
w = next(v);
|
||||
m_size[v] = 1;
|
||||
|
|
Loading…
Reference in a new issue