mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
misc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3f862cb2ee
commit
02084dc95b
|
@ -205,7 +205,7 @@ public:
|
||||||
void try_add_equation_with_val_table(const vertex *v) {
|
void try_add_equation_with_val_table(const vertex *v) {
|
||||||
SASSERT(m_fixed_vertex);
|
SASSERT(m_fixed_vertex);
|
||||||
unsigned v_j = v->column();
|
unsigned v_j = v->column();
|
||||||
vertex *u;
|
vertex *u = nullptr;
|
||||||
if (!m_vals_to_verts.find(val(v_j), u)) {
|
if (!m_vals_to_verts.find(val(v_j), u)) {
|
||||||
m_vals_to_verts.insert(val(v_j), u);
|
m_vals_to_verts.insert(val(v_j), u);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue