mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
add special procedures for UTVPI and horn arithmetic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4f9247a28a
commit
9158fb17c1
12 changed files with 3397 additions and 208 deletions
|
@ -26,7 +26,9 @@ enum arith_solver_id {
|
|||
AS_NO_ARITH,
|
||||
AS_DIFF_LOGIC,
|
||||
AS_ARITH,
|
||||
AS_DENSE_DIFF_LOGIC
|
||||
AS_DENSE_DIFF_LOGIC,
|
||||
AS_UTVPI,
|
||||
AS_HORN
|
||||
};
|
||||
|
||||
enum bound_prop_mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue