mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add cancellation checks
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f1eb53761a
commit
2828126b72
3 changed files with 31 additions and 19 deletions
|
@ -61,7 +61,8 @@ enum lp_status {
|
|||
TIME_EXHAUSTED,
|
||||
ITERATIONS_EXHAUSTED,
|
||||
EMPTY,
|
||||
UNSTABLE
|
||||
UNSTABLE,
|
||||
CANCELLED
|
||||
};
|
||||
|
||||
// when the ratio of the vector lenth to domain size to is greater than the return value we switch to solve_By_for_T_indexed_only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue