mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3 into lackr
This commit is contained in:
commit
808eb664cb
21 changed files with 1832 additions and 1669 deletions
|
@ -289,7 +289,7 @@ private:
|
|||
|
||||
void check_point() {
|
||||
if (m.canceled()) {
|
||||
throw tactic_exception("canceled");
|
||||
throw tactic_exception(Z3_CANCELED_MSG);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue