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