mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
fix build, add seq features
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3c50508762
commit
72883df134
10 changed files with 404 additions and 174 deletions
|
@ -487,9 +487,7 @@ namespace datalog {
|
|||
// -----------------------------------
|
||||
|
||||
bool canceled() {
|
||||
if (m.limit().inc()) return true;
|
||||
m_last_status = CANCELED;
|
||||
return false;
|
||||
return m.canceled() && (m_last_status = CANCELED, true);
|
||||
}
|
||||
|
||||
void cleanup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue