mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fixed unhandled case warning in test/qe_arith.cpp
This commit is contained in:
parent
8c5c564d6c
commit
c7fddf80c2
1 changed files with 3 additions and 0 deletions
|
@ -375,6 +375,9 @@ static void add_random_ineq(
|
|||
case opt::t_le:
|
||||
fml = a.mk_le(t1, t2);
|
||||
break;
|
||||
case opt::t_mod:
|
||||
NOT_IMPLEMENTED_YET();
|
||||
break;
|
||||
}
|
||||
fmls.push_back(fml);
|
||||
mbo.add_constraint(vars, rational(coeff), rel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue