mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
parent
cbf089e10d
commit
9ca5b3f304
14 changed files with 20 additions and 21 deletions
|
@ -1811,7 +1811,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
bool theory_bv::check_invariant() {
|
||||
if (m.limit().get_cancel_flag())
|
||||
if (m.limit().is_canceled())
|
||||
return true;
|
||||
if (ctx.inconsistent())
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue