mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
compile warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6352340478
commit
9b6ac45e02
3 changed files with 8 additions and 7 deletions
|
@ -377,6 +377,9 @@ static void add_random_ineq(
|
|||
case opt::t_mod:
|
||||
NOT_IMPLEMENTED_YET();
|
||||
break;
|
||||
default:
|
||||
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