mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
fix the build
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
4b3a06a3c5
commit
518a8b2bdb
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue