mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
partial parity fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ba4cc27817
commit
b1e6031230
4 changed files with 9 additions and 5 deletions
|
@ -469,6 +469,7 @@ namespace sat {
|
|||
std::string line;
|
||||
std::getline(std::cin, line);
|
||||
SASSERT(false);
|
||||
INVOKE_DEBUGGER();
|
||||
exit(0);
|
||||
UNREACHABLE();
|
||||
//display(std::cout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue