mirror of
https://github.com/Z3Prover/z3
synced 2026-02-03 15:56:17 +00:00
reorganize top-level loop
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eed1db4376
commit
e736a73d83
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ namespace nla {
|
|||
case l_true:
|
||||
if (set_model())
|
||||
return l_true;
|
||||
r = l_undef;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue