3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

add changes in lp with validate_bound and maximize_term

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2023-11-01 17:15:51 -07:00 committed by Lev Nachmanson
parent ebd4d1a300
commit ca6cb0af95
12 changed files with 368 additions and 216 deletions

View file

@ -2030,6 +2030,9 @@ public:
}
final_check_status check_nla_continue() {
#if Z3DEBUG
flet f(lp().validate_blocker(), true);
#endif
lbool r = m_nla->check();
switch (r) {
case l_false: