Skip to content

Commit 518a8b2

Browse files
committed
fix the build
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent 4b3a06a commit 518a8b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nlsat/nlsat_simple_checker.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ namespace nlsat {
301301
if (kd == atom::GT)
302302
return GT;
303303
UNREACHABLE();
304+
return EQ;
304305
}
305306
bool update_interval_intersection(Domain_Interval &ia, const Domain_Interval &ib) {
306307
TRACE("linxi_simple_checker",
@@ -2059,4 +2060,4 @@ else { // ( == 0) + (c > 0) -> > 0
20592060
LINXI_DEBUG;
20602061
return m_imp->operator()();
20612062
}
2062-
}
2063+
}

0 commit comments

Comments
 (0)