3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-06 15:25:46 +00:00

fix scope accounting bug and documentation per Konrad's request

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-09-12 17:38:34 -07:00
parent c917c1c53d
commit 67b802c9d9
3 changed files with 8 additions and 2 deletions

View file

@ -361,6 +361,7 @@ namespace api {
}
}
}
SASSERT(num_scopes <= get_smt_kernel().get_scope_level());
get_smt_kernel().pop(num_scopes);
}