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:
parent
e45f186e67
commit
a8b88b1850
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue