mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
replace lp_assert(false) with UNREACHABLE
This commit is contained in:
parent
3efe91c3e3
commit
8b0aa22631
23 changed files with 654 additions and 891 deletions
|
@ -45,7 +45,7 @@ inline std::string lia_move_to_string(lia_move m) {
|
|||
case lia_move::unsat:
|
||||
return "unsat";
|
||||
default:
|
||||
lp_assert(false);
|
||||
UNREACHABLE();
|
||||
};
|
||||
return "strange";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue