mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
refactor closure code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
06a858ef3d
commit
929d9f430b
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ namespace pdr {
|
|||
result = e;
|
||||
}
|
||||
else {
|
||||
result = e;
|
||||
IF_VERBOSE(1, verbose_stream() << "Cannot close: " << mk_pp(e, m) << "\n";);
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue