mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +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;
|
return nd / np;
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
verbose_stream() << "new score not implemented for " << mk_bounded_pp(a, m) << "\n";
|
||||||
|
NOT_IMPLEMENTED_YET();
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue