3
0
Fork 0
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:
Nikolaj Bjorner 2014-10-06 08:39:48 -07:00
parent e1c2049343
commit 4e686693ee

View file

@ -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;