3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 20:21:23 +00:00

fix the build

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-08-08 12:42:30 -10:00
parent 460c346508
commit b5f74b1868

View file

@ -301,6 +301,7 @@ namespace nlsat {
if (kd == atom::GT) if (kd == atom::GT)
return GT; return GT;
UNREACHABLE(); UNREACHABLE();
return EQ;
} }
bool update_interval_intersection(Domain_Interval &ia, const Domain_Interval &ib) { bool update_interval_intersection(Domain_Interval &ia, const Domain_Interval &ib) {
TRACE("linxi_simple_checker", TRACE("linxi_simple_checker",