3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +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 committed by Lev Nachmanson
parent 4b3a06a3c5
commit 518a8b2bdb

View file

@ -301,6 +301,7 @@ namespace nlsat {
if (kd == atom::GT)
return GT;
UNREACHABLE();
return EQ;
}
bool update_interval_intersection(Domain_Interval &ia, const Domain_Interval &ib) {
TRACE("linxi_simple_checker",
@ -2059,4 +2060,4 @@ else { // ( == 0) + (c > 0) -> > 0
LINXI_DEBUG;
return m_imp->operator()();
}
}
}