3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

fish for nyi

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-01-06 07:30:16 -08:00
parent e45f186e67
commit a8b88b1850

View file

@ -446,6 +446,10 @@ namespace sls {
}
return nd / np;
}
else {
verbose_stream() << "new score not implemented for " << mk_bounded_pp(a, m) << "\n";
NOT_IMPLEMENTED_YET();
}
return 0;
}