mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
debugging infinite upper bound checking
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2a907ea52a
commit
3c6f0c737a
6 changed files with 60 additions and 13 deletions
|
@ -28,7 +28,8 @@ enum arith_solver_id {
|
|||
AS_ARITH,
|
||||
AS_DENSE_DIFF_LOGIC,
|
||||
AS_UTVPI,
|
||||
AS_HORN
|
||||
AS_HORN,
|
||||
AS_OPTINF
|
||||
};
|
||||
|
||||
enum bound_prop_mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue