mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
parent
cbf089e10d
commit
9ca5b3f304
14 changed files with 20 additions and 21 deletions
|
@ -362,7 +362,7 @@ namespace dd {
|
|||
}
|
||||
|
||||
bool solver::canceled() {
|
||||
return m_limit.get_cancel_flag();
|
||||
return m_limit.is_canceled();
|
||||
}
|
||||
|
||||
bool solver::done() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue