3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-03 09:50:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-18 12:45:37 -07:00
parent 7cb6f41d0a
commit 19cdf08818
2 changed files with 8 additions and 1 deletions

View file

@ -1543,6 +1543,7 @@ namespace smt {
bool inc = false;
context& ctx = get_context();
SASSERT(!maintain_integrality || valid_assignment());
SASSERT(satisfy_bounds());