mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
use nyi to catch uncovered cases
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
86f247db22
commit
3c940b5125
2 changed files with 4 additions and 2 deletions
|
@ -1245,6 +1245,7 @@ public:
|
|||
r = alloc(pdd, s.var(s.add_var(sz)));
|
||||
else {
|
||||
std::cout << "UNKNOWN " << mk_pp(e, m) << "\n";
|
||||
NOT_IMPLEMENTED_YET();
|
||||
r = alloc(pdd, s.var(s.add_var(sz)));
|
||||
}
|
||||
expr2pdd.insert(e, r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue