mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
add cases for recognizing ALL. Issue #674
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
59865f5502
commit
53b3edc8cc
3 changed files with 5 additions and 3 deletions
|
@ -989,7 +989,7 @@ extern "C" {
|
|||
case OP_TO_INT: return Z3_OP_TO_INT;
|
||||
case OP_IS_INT: return Z3_OP_IS_INT;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
//UNREACHABLE();
|
||||
return Z3_OP_UNINTERPRETED;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue