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:
parent
ebd4d1a300
commit
ca6cb0af95
12 changed files with 368 additions and 216 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue