chore(library/blast/congruence_closure): fix style
This commit is contained in:
parent
1a4068878e
commit
85601c5a83
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ class congruence_closure {
|
||||||
optional<expr> m_proof;
|
optional<expr> m_proof;
|
||||||
bool m_flipped; // proof has been flipped
|
bool m_flipped; // proof has been flipped
|
||||||
unsigned m_size; // number of elements in the equivalence class, it is meaningless if 'e' != m_root
|
unsigned m_size; // number of elements in the equivalence class, it is meaningless if 'e' != m_root
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Key (R, e) for the mapping (R, e) -> entry */
|
/* Key (R, e) for the mapping (R, e) -> entry */
|
||||||
|
|
Loading…
Reference in a new issue