Z3
z3_api.h
Go to the documentation of this file.
1 #ifndef _Z3_API_H_
2 #define _Z3_API_H_
3 
4 #ifdef CAMLIDL
5  #ifdef MLAPIV3
6  #define ML3only
7  #define CorML3
8  #else
9  #define ML4only
10  #define CorML4
11  #endif
12 #else
13  #define Conly
14  #define CorML3
15  #define CorML4
16 #endif
17 
18 #ifdef CorML3
19 DEFINE_TYPE(Z3_symbol);
25 #define Z3_sort_opt Z3_sort
28 #define Z3_ast_opt Z3_ast
34 #endif
35 #ifdef Conly
47 #define Z3_func_interp_opt Z3_func_interp
52 #endif
53 
54 #ifndef __int64
55 #define __int64 long long
56 #endif
57 
58 #ifndef __uint64
59 #define __uint64 unsigned long long
60 #endif
61 
67 
98 #ifdef Conly
99 
102 typedef int Z3_bool;
103 #else
104 #define Z3_bool boolean
105 #endif
106 
107 #ifdef Conly
108 
111 typedef const char * Z3_string;
113 #else
114 typedef [string] const char * Z3_string;
115 #define Z3_string_ptr Z3_string *
116 #endif
117 
118 #ifdef Conly
119 
122 #define Z3_TRUE 1
123 
127 #define Z3_FALSE 0
128 
129 #endif
130 
135 typedef enum
136 {
140 } Z3_lbool;
141 
150 typedef enum
151 {
155 
156 
171 typedef enum
172 {
181 
186 typedef enum
187 {
200 } Z3_sort_kind;
201 
214 typedef enum
215 {
223 } Z3_ast_kind;
224 
966 typedef enum {
967  // Basic
968  Z3_OP_TRUE = 0x100,
981 
982  // Arithmetic
983  Z3_OP_ANUM = 0x200,
1001 
1002  // Arrays & Sets
1003  Z3_OP_STORE = 0x300,
1014 
1015  // Bit-vectors
1016  Z3_OP_BNUM = 0x400,
1023 
1029 
1030  // special functions to record the division by 0 cases
1031  // these are internal functions
1037 
1046 
1054 
1060 
1064 
1072 
1077 
1078  // Proofs
1079  Z3_OP_PR_UNDEF = 0x500,
1119 
1120  // Sequences
1135 
1136  // Auxiliary
1137  Z3_OP_LABEL = 0x700,
1139 
1140  // Datatypes
1144 
1145  // Floating-Point Arithmetic
1151 
1158 
1171 
1184 
1191 
1193 
1195 } Z3_decl_kind;
1196 
1211 typedef enum {
1219 } Z3_param_kind;
1220 
1221 #ifdef CorML3
1222 
1235 typedef enum {
1245 #endif
1246 
1256 typedef enum {
1262 
1263 
1264 #ifdef CorML4
1265 
1283 typedef enum
1284 {
1298 } Z3_error_code;
1299 
1300 #endif
1301 
1334 #ifdef Conly
1335 
1339 
1340 #endif
1341 #ifdef ML4only
1342 #include <error_handling.idl>
1343 #endif
1344 
1345 
1346 #ifdef CorML4
1347 
1356 typedef enum
1357 {
1362 } Z3_goal_prec;
1363 
1364 #endif
1365 
1368 #ifndef CAMLIDL
1369 #ifdef __cplusplus
1370 extern "C" {
1371 #endif // __cplusplus
1372 #else
1373 [pointer_default(ref)] interface Z3 {
1374 #endif // CAMLIDL
1375 
1376 #ifdef CorML3
1377 
1402  void Z3_API Z3_global_param_set(__in Z3_string param_id, __in Z3_string param_value);
1403 
1404 
1412  void Z3_API Z3_global_param_reset_all(void);
1413 
1426  Z3_bool_opt Z3_API Z3_global_param_get(__in Z3_string param_id, __out_opt Z3_string_ptr param_value);
1427 
1434 
1469  Z3_config Z3_API Z3_mk_config(void);
1470 
1477  void Z3_API Z3_del_config(__in Z3_config c);
1478 
1487  void Z3_API Z3_set_param_value(__in Z3_config c, __in Z3_string param_id, __in Z3_string param_value);
1488 
1490 #endif
1491 
1496 
1519 #ifdef CorML3
1520  Z3_context Z3_API Z3_mk_context(__in Z3_config c);
1521 #endif
1522 #ifdef ML4only
1523 #include <mlx_mk_context_x.idl>
1524 #endif
1525 
1526 #ifdef Conly
1527 
1546  Z3_context Z3_API Z3_mk_context_rc(__in Z3_config c);
1547 #endif
1548 
1549 #ifdef CorML3
1550 
1556  void Z3_API Z3_del_context(__in Z3_context c);
1557 #endif
1558 
1559 #ifdef Conly
1560 
1566  void Z3_API Z3_inc_ref(__in Z3_context c, __in Z3_ast a);
1567 
1574  void Z3_API Z3_dec_ref(__in Z3_context c, __in Z3_ast a);
1575 #endif
1576 
1583  void Z3_API Z3_update_param_value(__in Z3_context c, __in Z3_string param_id, __in Z3_string param_value);
1584 
1585 #ifdef CorML4
1586 
1591  void Z3_API Z3_interrupt(__in Z3_context c);
1592 #endif
1593 
1594 
1597 #ifdef CorML4
1598 
1602 
1612  Z3_params Z3_API Z3_mk_params(__in Z3_context c);
1613 
1614 #ifdef Conly
1615 
1619  void Z3_API Z3_params_inc_ref(__in Z3_context c, __in Z3_params p);
1620 
1625  void Z3_API Z3_params_dec_ref(__in Z3_context c, __in Z3_params p);
1626 #endif
1627 
1632  void Z3_API Z3_params_set_bool(__in Z3_context c, __in Z3_params p, __in Z3_symbol k, __in Z3_bool v);
1633 
1638  void Z3_API Z3_params_set_uint(__in Z3_context c, __in Z3_params p, __in Z3_symbol k, __in unsigned v);
1639 
1644  void Z3_API Z3_params_set_double(__in Z3_context c, __in Z3_params p, __in Z3_symbol k, __in double v);
1645 
1650  void Z3_API Z3_params_set_symbol(__in Z3_context c, __in Z3_params p, __in Z3_symbol k, __in Z3_symbol v);
1651 
1657  Z3_string Z3_API Z3_params_to_string(__in Z3_context c, __in Z3_params p);
1658 
1665  void Z3_API Z3_params_validate(__in Z3_context c, __in Z3_params p, __in Z3_param_descrs d);
1666 
1667 #endif
1668 
1671 #ifdef CorML4
1672 
1676 
1677 #ifdef Conly
1678 
1682  void Z3_API Z3_param_descrs_inc_ref(__in Z3_context c, __in Z3_param_descrs p);
1683 
1688  void Z3_API Z3_param_descrs_dec_ref(__in Z3_context c, __in Z3_param_descrs p);
1689 #endif
1690 
1695  Z3_param_kind Z3_API Z3_param_descrs_get_kind(__in Z3_context c, __in Z3_param_descrs p, __in Z3_symbol n);
1696 
1701  unsigned Z3_API Z3_param_descrs_size(__in Z3_context c, __in Z3_param_descrs p);
1702 
1709  Z3_symbol Z3_API Z3_param_descrs_get_name(__in Z3_context c, __in Z3_param_descrs p, __in unsigned i);
1710 
1717 
1719 #endif
1720 
1725 
1726 #ifdef ML4only
1727 #include <mlx_mk_symbol.idl>
1728 #endif
1729 
1745  Z3_symbol Z3_API Z3_mk_int_symbol(__in Z3_context c, __in int i);
1746 
1755  Z3_symbol Z3_API Z3_mk_string_symbol(__in Z3_context c, __in Z3_string s);
1756 
1763 
1764 #ifdef ML4only
1765 #include <mlx_mk_sort.idl>
1766 #endif
1767 
1778  Z3_sort Z3_API Z3_mk_uninterpreted_sort(__in Z3_context c, __in Z3_symbol s);
1779 
1786  Z3_sort Z3_API Z3_mk_bool_sort(__in Z3_context c);
1787 
1798  Z3_sort Z3_API Z3_mk_int_sort(__in Z3_context c);
1799 
1806  Z3_sort Z3_API Z3_mk_real_sort(__in Z3_context c);
1807 
1816  Z3_sort Z3_API Z3_mk_bv_sort(__in Z3_context c, __in unsigned sz);
1817 
1830  Z3_sort Z3_API Z3_mk_finite_domain_sort(__in Z3_context c, __in Z3_symbol name, __in unsigned __int64 size);
1831 
1842  Z3_sort Z3_API Z3_mk_array_sort(__in Z3_context c, __in Z3_sort domain, __in Z3_sort range);
1843 
1863  Z3_sort Z3_API Z3_mk_tuple_sort(__in Z3_context c,
1864  __in Z3_symbol mk_tuple_name,
1865  __in unsigned num_fields,
1866  __in_ecount(num_fields) Z3_symbol const field_names[],
1867  __in_ecount(num_fields) Z3_sort const field_sorts[],
1868  __out Z3_func_decl * mk_tuple_decl,
1869  __out_ecount(num_fields) Z3_func_decl proj_decl[]);
1870 
1896  Z3_sort Z3_API Z3_mk_enumeration_sort(__in Z3_context c,
1897  __in Z3_symbol name,
1898  __in unsigned n,
1899  __in_ecount(n) Z3_symbol const enum_names[],
1900  __out_ecount(n) Z3_func_decl enum_consts[],
1901  __out_ecount(n) Z3_func_decl enum_testers[]);
1902 
1923  Z3_sort Z3_API Z3_mk_list_sort(__in Z3_context c,
1924  __in Z3_symbol name,
1925  __in Z3_sort elem_sort,
1926  __out Z3_func_decl* nil_decl,
1927  __out Z3_func_decl* is_nil_decl,
1928  __out Z3_func_decl* cons_decl,
1929  __out Z3_func_decl* is_cons_decl,
1930  __out Z3_func_decl* head_decl,
1931  __out Z3_func_decl* tail_decl
1932  );
1933 
1934 BEGIN_MLAPI_EXCLUDE
1952  __in Z3_symbol name,
1953  __in Z3_symbol recognizer,
1954  __in unsigned num_fields,
1955  __in_ecount(num_fields) Z3_symbol const field_names[],
1956  __in_ecount(num_fields) Z3_sort_opt const sorts[],
1957  __in_ecount(num_fields) unsigned sort_refs[]
1958  );
1959 
1967  void Z3_API Z3_del_constructor(__in Z3_context c, __in Z3_constructor constr);
1968 
1979  Z3_sort Z3_API Z3_mk_datatype(__in Z3_context c,
1980  __in Z3_symbol name,
1981  __in unsigned num_constructors,
1982  __inout_ecount(num_constructors) Z3_constructor constructors[]);
1983 
1984 
1994  __in unsigned num_constructors,
1995  __in_ecount(num_constructors) Z3_constructor const constructors[]);
1996 
2006  void Z3_API Z3_del_constructor_list(__in Z3_context c, __in Z3_constructor_list clist);
2007 
2018  void Z3_API Z3_mk_datatypes(__in Z3_context c,
2019  __in unsigned num_sorts,
2020  __in_ecount(num_sorts) Z3_symbol const sort_names[],
2021  __out_ecount(num_sorts) Z3_sort sorts[],
2022  __inout_ecount(num_sorts) Z3_constructor_list constructor_lists[]);
2023 
2035  void Z3_API Z3_query_constructor(__in Z3_context c,
2036  __in Z3_constructor constr,
2037  __in unsigned num_fields,
2038  __out Z3_func_decl* constructor,
2039  __out Z3_func_decl* tester,
2040  __out_ecount(num_fields) Z3_func_decl accessors[]);
2041 END_MLAPI_EXCLUDE
2042 
2049 
2069  Z3_func_decl Z3_API Z3_mk_func_decl(__in Z3_context c, __in Z3_symbol s,
2070  __in unsigned domain_size, __in_ecount(domain_size) Z3_sort const domain[],
2071  __in Z3_sort range);
2072 
2073 
2080  Z3_ast Z3_API Z3_mk_app(
2081  __in Z3_context c,
2082  __in Z3_func_decl d,
2083  __in unsigned num_args,
2084  __in_ecount(num_args) Z3_ast const args[]);
2085 
2101  Z3_ast Z3_API Z3_mk_const(__in Z3_context c, __in Z3_symbol s, __in Z3_sort ty);
2102 
2114  Z3_func_decl Z3_API Z3_mk_fresh_func_decl(__in Z3_context c, __in Z3_string prefix,
2115  __in unsigned domain_size, __in_ecount(domain_size) Z3_sort const domain[],
2116  __in Z3_sort range);
2117 
2132  Z3_ast Z3_API Z3_mk_fresh_const(__in Z3_context c, __in Z3_string prefix, __in Z3_sort ty);
2143  Z3_ast Z3_API Z3_mk_true(__in Z3_context c);
2144 
2149  Z3_ast Z3_API Z3_mk_false(__in Z3_context c);
2150 
2158  Z3_ast Z3_API Z3_mk_eq(__in Z3_context c, __in Z3_ast l, __in Z3_ast r);
2159 
2174  Z3_ast Z3_API Z3_mk_distinct(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[]);
2175 
2183  Z3_ast Z3_API Z3_mk_not(__in Z3_context c, __in Z3_ast a);
2184 
2194  Z3_ast Z3_API Z3_mk_ite(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2, __in Z3_ast t3);
2195 
2203  Z3_ast Z3_API Z3_mk_iff(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2204 
2212  Z3_ast Z3_API Z3_mk_implies(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2213 
2221  Z3_ast Z3_API Z3_mk_xor(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2222 
2233  Z3_ast Z3_API Z3_mk_and(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[]);
2234 
2245  Z3_ast Z3_API Z3_mk_or(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[]);
2262  Z3_ast Z3_API Z3_mk_add(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[]);
2263 
2275  Z3_ast Z3_API Z3_mk_mul(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[]);
2276 
2287  Z3_ast Z3_API Z3_mk_sub(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[]);
2288 
2296  Z3_ast Z3_API Z3_mk_unary_minus(__in Z3_context c, __in Z3_ast arg);
2297 
2307  Z3_ast Z3_API Z3_mk_div(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2);
2308 
2316  Z3_ast Z3_API Z3_mk_mod(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2);
2317 
2325  Z3_ast Z3_API Z3_mk_rem(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2);
2326 
2333  Z3_ast Z3_API Z3_mk_power(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2);
2334 
2342  Z3_ast Z3_API Z3_mk_lt(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2343 
2351  Z3_ast Z3_API Z3_mk_le(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2352 
2360  Z3_ast Z3_API Z3_mk_gt(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2361 
2369  Z3_ast Z3_API Z3_mk_ge(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2370 
2388  Z3_ast Z3_API Z3_mk_int2real(__in Z3_context c, __in Z3_ast t1);
2389 
2401  Z3_ast Z3_API Z3_mk_real2int(__in Z3_context c, __in Z3_ast t1);
2402 
2411  Z3_ast Z3_API Z3_mk_is_int(__in Z3_context c, __in Z3_ast t1);
2425  Z3_ast Z3_API Z3_mk_bvnot(__in Z3_context c, __in Z3_ast t1);
2426 
2434  Z3_ast Z3_API Z3_mk_bvredand(__in Z3_context c, __in Z3_ast t1);
2435 
2443  Z3_ast Z3_API Z3_mk_bvredor(__in Z3_context c, __in Z3_ast t1);
2444 
2452  Z3_ast Z3_API Z3_mk_bvand(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2453 
2461  Z3_ast Z3_API Z3_mk_bvor(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2462 
2470  Z3_ast Z3_API Z3_mk_bvxor(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2471 
2479  Z3_ast Z3_API Z3_mk_bvnand(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2480 
2488  Z3_ast Z3_API Z3_mk_bvnor(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2489 
2497  Z3_ast Z3_API Z3_mk_bvxnor(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2498 
2506  Z3_ast Z3_API Z3_mk_bvneg(__in Z3_context c, __in Z3_ast t1);
2507 
2515  Z3_ast Z3_API Z3_mk_bvadd(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2516 
2524  Z3_ast Z3_API Z3_mk_bvsub(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2525 
2533  Z3_ast Z3_API Z3_mk_bvmul(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2534 
2546  Z3_ast Z3_API Z3_mk_bvudiv(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2547 
2563  Z3_ast Z3_API Z3_mk_bvsdiv(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2564 
2576  Z3_ast Z3_API Z3_mk_bvurem(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2577 
2592  Z3_ast Z3_API Z3_mk_bvsrem(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2593 
2605  Z3_ast Z3_API Z3_mk_bvsmod(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2606 
2614  Z3_ast Z3_API Z3_mk_bvult(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2615 
2631  Z3_ast Z3_API Z3_mk_bvslt(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2632 
2640  Z3_ast Z3_API Z3_mk_bvule(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2641 
2649  Z3_ast Z3_API Z3_mk_bvsle(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2650 
2658  Z3_ast Z3_API Z3_mk_bvuge(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2659 
2667  Z3_ast Z3_API Z3_mk_bvsge(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2668 
2676  Z3_ast Z3_API Z3_mk_bvugt(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2677 
2685  Z3_ast Z3_API Z3_mk_bvsgt(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2686 
2697  Z3_ast Z3_API Z3_mk_concat(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2698 
2708  Z3_ast Z3_API Z3_mk_extract(__in Z3_context c, __in unsigned high, __in unsigned low, __in Z3_ast t1);
2709 
2719  Z3_ast Z3_API Z3_mk_sign_ext(__in Z3_context c, __in unsigned i, __in Z3_ast t1);
2720 
2730  Z3_ast Z3_API Z3_mk_zero_ext(__in Z3_context c, __in unsigned i, __in Z3_ast t1);
2731 
2739  Z3_ast Z3_API Z3_mk_repeat(__in Z3_context c, __in unsigned i, __in Z3_ast t1);
2740 
2755  Z3_ast Z3_API Z3_mk_bvshl(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2756 
2771  Z3_ast Z3_API Z3_mk_bvlshr(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2772 
2788  Z3_ast Z3_API Z3_mk_bvashr(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2789 
2797  Z3_ast Z3_API Z3_mk_rotate_left(__in Z3_context c, __in unsigned i, __in Z3_ast t1);
2798 
2806  Z3_ast Z3_API Z3_mk_rotate_right(__in Z3_context c, __in unsigned i, __in Z3_ast t1);
2807 
2815  Z3_ast Z3_API Z3_mk_ext_rotate_left(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2816 
2824  Z3_ast Z3_API Z3_mk_ext_rotate_right(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2825 
2837  Z3_ast Z3_API Z3_mk_int2bv(__in Z3_context c, __in unsigned n, __in Z3_ast t1);
2838 
2854  Z3_ast Z3_API Z3_mk_bv2int(__in Z3_context c,__in Z3_ast t1, Z3_bool is_signed);
2855 
2864  Z3_ast Z3_API Z3_mk_bvadd_no_overflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2, Z3_bool is_signed);
2865 
2874  Z3_ast Z3_API Z3_mk_bvadd_no_underflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2875 
2884  Z3_ast Z3_API Z3_mk_bvsub_no_overflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2885 
2894  Z3_ast Z3_API Z3_mk_bvsub_no_underflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2, Z3_bool is_signed);
2895 
2904  Z3_ast Z3_API Z3_mk_bvsdiv_no_overflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2905 
2914  Z3_ast Z3_API Z3_mk_bvneg_no_overflow(__in Z3_context c, __in Z3_ast t1);
2915 
2924  Z3_ast Z3_API Z3_mk_bvmul_no_overflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2, Z3_bool is_signed);
2925 
2934  Z3_ast Z3_API Z3_mk_bvmul_no_underflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2);
2955  Z3_ast Z3_API Z3_mk_select(__in Z3_context c, __in Z3_ast a, __in Z3_ast i);
2956 
2973  Z3_ast Z3_API Z3_mk_store(__in Z3_context c, __in Z3_ast a, __in Z3_ast i, __in Z3_ast v);
2974 
2986  Z3_ast Z3_API Z3_mk_const_array(__in Z3_context c, __in Z3_sort domain, __in Z3_ast v);
2987 
3001  Z3_ast Z3_API Z3_mk_map(__in Z3_context c, __in Z3_func_decl f, unsigned n, __in Z3_ast const* args);
3002 
3012  Z3_ast Z3_API Z3_mk_array_default(__in Z3_context c, __in Z3_ast array);
3023  Z3_sort Z3_API Z3_mk_set_sort(__in Z3_context c, __in Z3_sort ty);
3024 
3029  Z3_ast Z3_API Z3_mk_empty_set(__in Z3_context c, __in Z3_sort domain);
3030 
3035  Z3_ast Z3_API Z3_mk_full_set(__in Z3_context c, __in Z3_sort domain);
3036 
3043  Z3_ast Z3_API Z3_mk_set_add(__in Z3_context c, __in Z3_ast set, __in Z3_ast elem);
3044 
3051  Z3_ast Z3_API Z3_mk_set_del(__in Z3_context c, __in Z3_ast set, __in Z3_ast elem);
3052 
3057  Z3_ast Z3_API Z3_mk_set_union(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[]);
3058 
3063  Z3_ast Z3_API Z3_mk_set_intersect(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[]);
3064 
3069  Z3_ast Z3_API Z3_mk_set_difference(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2);
3070 
3075  Z3_ast Z3_API Z3_mk_set_complement(__in Z3_context c, __in Z3_ast arg);
3076 
3083  Z3_ast Z3_API Z3_mk_set_member(__in Z3_context c, __in Z3_ast elem, __in Z3_ast set);
3084 
3089  Z3_ast Z3_API Z3_mk_set_subset(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2);
3096 
3097 #ifdef ML4only
3098 #include <mlx_mk_numeral.idl>
3099 #endif
3100 
3116  Z3_ast Z3_API Z3_mk_numeral(__in Z3_context c, __in Z3_string numeral, __in Z3_sort ty);
3117 
3132  Z3_ast Z3_API Z3_mk_real(__in Z3_context c, __in int num, __in int den);
3133 
3143  Z3_ast Z3_API Z3_mk_int(__in Z3_context c, __in int v, __in Z3_sort ty);
3144 
3145 #ifdef Conly
3146 
3155  Z3_ast Z3_API Z3_mk_unsigned_int(__in Z3_context c, __in unsigned v, __in Z3_sort ty);
3156 #endif
3157 
3167  Z3_ast Z3_API Z3_mk_int64(__in Z3_context c, __in __int64 v, __in Z3_sort ty);
3168 
3169 #ifdef Conly
3170 
3179  Z3_ast Z3_API Z3_mk_unsigned_int64(__in Z3_context c, __in unsigned __int64 v, __in Z3_sort ty);
3180 #endif
3181 
3188 
3208  Z3_pattern Z3_API Z3_mk_pattern(
3209  __in Z3_context c,
3210  __in unsigned num_patterns, __in_ecount(num_patterns) Z3_ast const terms[]);
3211 
3240  Z3_ast Z3_API Z3_mk_bound(__in Z3_context c, __in unsigned index, __in Z3_sort ty);
3241 
3274  Z3_ast Z3_API Z3_mk_forall(__in Z3_context c, __in unsigned weight,
3275  __in unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[],
3276  __in unsigned num_decls, __in_ecount(num_decls) Z3_sort const sorts[],
3277  __in_ecount(num_decls) Z3_symbol const decl_names[],
3278  __in Z3_ast body);
3279 
3289  Z3_ast Z3_API Z3_mk_exists(__in Z3_context c, __in unsigned weight,
3290  __in unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[],
3291  __in unsigned num_decls, __in_ecount(num_decls) Z3_sort const sorts[],
3292  __in_ecount(num_decls) Z3_symbol const decl_names[],
3293  __in Z3_ast body);
3294 
3315  Z3_ast Z3_API Z3_mk_quantifier(
3316  __in Z3_context c,
3317  __in Z3_bool is_forall,
3318  __in unsigned weight,
3319  __in unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[],
3320  __in unsigned num_decls, __in_ecount(num_decls) Z3_sort const sorts[],
3321  __in_ecount(num_decls) Z3_symbol const decl_names[],
3322  __in Z3_ast body);
3323 
3324 
3348  Z3_ast Z3_API Z3_mk_quantifier_ex(
3349  __in Z3_context c,
3350  __in Z3_bool is_forall,
3351  __in unsigned weight,
3352  __in Z3_symbol quantifier_id,
3353  __in Z3_symbol skolem_id,
3354  __in unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[],
3355  __in unsigned num_no_patterns, __in_ecount(num_no_patterns) Z3_ast const no_patterns[],
3356  __in unsigned num_decls, __in_ecount(num_decls) Z3_sort const sorts[],
3357  __in_ecount(num_decls) Z3_symbol const decl_names[],
3358  __in Z3_ast body);
3359 
3377  Z3_ast Z3_API Z3_mk_forall_const(
3378  __in Z3_context c,
3379  unsigned weight,
3380  unsigned num_bound,
3381  __in_ecount(num_bound) Z3_app const bound[],
3382  unsigned num_patterns,
3383  __in_ecount(num_patterns) Z3_pattern const patterns[],
3384  __in Z3_ast body
3385  );
3386 
3406  Z3_ast Z3_API Z3_mk_exists_const(
3407  __in Z3_context c,
3408  unsigned weight,
3409  unsigned num_bound,
3410  __in_ecount(num_bound) Z3_app const bound[],
3411  unsigned num_patterns,
3412  __in_ecount(num_patterns) Z3_pattern const patterns[],
3413  __in Z3_ast body
3414  );
3415 
3423  __in Z3_context c,
3424  Z3_bool is_forall,
3425  unsigned weight,
3426  unsigned num_bound, __in_ecount(num_bound) Z3_app const bound[],
3427  unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[],
3428  __in Z3_ast body
3429  );
3430 
3431 
3432 
3440  __in Z3_context c,
3441  Z3_bool is_forall,
3442  unsigned weight,
3443  __in Z3_symbol quantifier_id,
3444  __in Z3_symbol skolem_id,
3445  unsigned num_bound, __in_ecount(num_bound) Z3_app const bound[],
3446  unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[],
3447  unsigned num_no_patterns, __in_ecount(num_no_patterns) Z3_ast const no_patterns[],
3448  __in Z3_ast body
3449  );
3450 
3457 
3462 #ifdef ML4only
3463 #include <mlx_symbol_refine.idl>
3464 #endif
3465 
3476  Z3_symbol_kind Z3_API Z3_get_symbol_kind(__in Z3_context c, __in Z3_symbol s);
3477 
3487  int Z3_API Z3_get_symbol_int(__in Z3_context c, __in Z3_symbol s);
3488 
3502  Z3_string Z3_API Z3_get_symbol_string(__in Z3_context c, __in Z3_symbol s);
3503 
3504 
3509 #ifdef ML4only
3510 #include <mlx_sort_refine.idl>
3511 #endif
3512 
3517  Z3_symbol Z3_API Z3_get_sort_name(__in Z3_context c, __in Z3_sort d);
3518 
3524  unsigned Z3_API Z3_get_sort_id(__in Z3_context c, Z3_sort s);
3525 
3535  Z3_ast Z3_API Z3_sort_to_ast(__in Z3_context c, __in Z3_sort s);
3536 
3542  Z3_bool Z3_API Z3_is_eq_sort(__in Z3_context c, __in Z3_sort s1, __in Z3_sort s2);
3543 
3550  Z3_sort_kind Z3_API Z3_get_sort_kind(__in Z3_context c, __in Z3_sort t);
3551 
3552 
3563  unsigned Z3_API Z3_get_bv_sort_size(__in Z3_context c, __in Z3_sort t);
3564 
3571  Z3_bool_opt Z3_API Z3_get_finite_domain_sort_size(__in Z3_context c, __in Z3_sort s, __out_opt unsigned __int64* r);
3572 
3573 
3584  Z3_sort Z3_API Z3_get_array_sort_domain(__in Z3_context c, __in Z3_sort t);
3585 
3596  Z3_sort Z3_API Z3_get_array_sort_range(__in Z3_context c, __in Z3_sort t);
3597 
3598 
3611 
3622  unsigned Z3_API Z3_get_tuple_sort_num_fields(__in Z3_context c, __in Z3_sort t);
3623 
3636  Z3_func_decl Z3_API Z3_get_tuple_sort_field_decl(__in Z3_context c, __in Z3_sort t, __in unsigned i);
3637 
3648  unsigned Z3_API Z3_get_datatype_sort_num_constructors(
3649  __in Z3_context c, __in Z3_sort t);
3650 
3663  __in Z3_context c, __in Z3_sort t, unsigned idx);
3664 
3677  __in Z3_context c, __in Z3_sort t, unsigned idx);
3678 
3692  __in Z3_context c, __in Z3_sort t, unsigned idx_c, unsigned idx_a);
3693 
3694 
3703  unsigned Z3_API Z3_get_relation_arity(__in Z3_context c, __in Z3_sort s);
3704 
3714  Z3_sort Z3_API Z3_get_relation_column(__in Z3_context c, __in Z3_sort s, unsigned col);
3715 
3716 
3726  Z3_ast Z3_API Z3_func_decl_to_ast(__in Z3_context c, __in Z3_func_decl f);
3727 
3733  Z3_bool Z3_API Z3_is_eq_func_decl(__in Z3_context c, __in Z3_func_decl f1, Z3_func_decl f2);
3734 
3740  unsigned Z3_API Z3_get_func_decl_id(__in Z3_context c, Z3_func_decl f);
3741 
3746  Z3_symbol Z3_API Z3_get_decl_name(__in Z3_context c, __in Z3_func_decl d);
3747 
3752  Z3_decl_kind Z3_API Z3_get_decl_kind(__in Z3_context c, __in Z3_func_decl d);
3753 
3760  unsigned Z3_API Z3_get_domain_size(__in Z3_context c, __in Z3_func_decl d);
3761 
3768  unsigned Z3_API Z3_get_arity(__in Z3_context c, __in Z3_func_decl d);
3769 
3779  Z3_sort Z3_API Z3_get_domain(__in Z3_context c, __in Z3_func_decl d, __in unsigned i);
3780 
3781 #ifdef ML4only
3782 #include <mlx_get_domains.idl>
3783 #endif
3784 
3793  Z3_sort Z3_API Z3_get_range(__in Z3_context c, __in Z3_func_decl d);
3794 
3799  unsigned Z3_API Z3_get_decl_num_parameters(__in Z3_context c, __in Z3_func_decl d);
3800 
3809  Z3_parameter_kind Z3_API Z3_get_decl_parameter_kind(__in Z3_context c, __in Z3_func_decl d, unsigned idx);
3810 
3817  int Z3_API Z3_get_decl_int_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx);
3818 
3825  double Z3_API Z3_get_decl_double_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx);
3826 
3833  Z3_symbol Z3_API Z3_get_decl_symbol_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx);
3834 
3841  Z3_sort Z3_API Z3_get_decl_sort_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx);
3842 
3849  Z3_ast Z3_API Z3_get_decl_ast_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx);
3850 
3857  Z3_func_decl Z3_API Z3_get_decl_func_decl_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx);
3858 
3865  Z3_string Z3_API Z3_get_decl_rational_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx);
3866 
3876  Z3_ast Z3_API Z3_app_to_ast(__in Z3_context c, __in Z3_app a);
3877 
3882  Z3_func_decl Z3_API Z3_get_app_decl(__in Z3_context c, __in Z3_app a);
3883 
3890  unsigned Z3_API Z3_get_app_num_args(__in Z3_context c, __in Z3_app a);
3891 
3899  Z3_ast Z3_API Z3_get_app_arg(__in Z3_context c, __in Z3_app a, __in unsigned i);
3900 
3901 #ifdef ML4only
3902 #include <mlx_get_app_args.idl>
3903 #endif
3904 
3905 
3910 #ifdef ML4only
3911 #include <mlx_term_refine.idl>
3912 #endif
3913 
3919  Z3_bool Z3_API Z3_is_eq_ast(__in Z3_context c, __in Z3_ast t1, Z3_ast t2);
3920 
3932  unsigned Z3_API Z3_get_ast_id(__in Z3_context c, Z3_ast t);
3933 
3941  unsigned Z3_API Z3_get_ast_hash(__in Z3_context c, __in Z3_ast a);
3942 
3949  Z3_sort Z3_API Z3_get_sort(__in Z3_context c, __in Z3_ast a);
3950 
3955  Z3_bool Z3_API Z3_is_well_sorted(__in Z3_context c, __in Z3_ast t);
3956 
3961  Z3_lbool Z3_API Z3_get_bool_value(__in Z3_context c, __in Z3_ast a);
3962 
3967  Z3_ast_kind Z3_API Z3_get_ast_kind(__in Z3_context c, __in Z3_ast a);
3968 
3971  Z3_bool Z3_API Z3_is_app(__in Z3_context c, __in Z3_ast a);
3972 
3975  Z3_bool Z3_API Z3_is_numeral_ast(__in Z3_context c, __in Z3_ast a);
3976 
3981  Z3_bool Z3_API Z3_is_algebraic_number(__in Z3_context c, __in Z3_ast a);
3982 
3989  Z3_app Z3_API Z3_to_app(__in Z3_context c, __in Z3_ast a);
3990 
3997  Z3_func_decl Z3_API Z3_to_func_decl(__in Z3_context c, __in Z3_ast a);
3998 
3999 
4004 #ifdef ML4only
4005 #include <mlx_numeral_refine.idl>
4006 #endif
4007 
4018  Z3_string Z3_API Z3_get_numeral_string(__in Z3_context c, __in Z3_ast a);
4019 
4027  Z3_string Z3_API Z3_get_numeral_decimal_string(__in Z3_context c, __in Z3_ast a, __in unsigned precision);
4028 
4035  Z3_ast Z3_API Z3_get_numerator(__in Z3_context c, __in Z3_ast a);
4036 
4043  Z3_ast Z3_API Z3_get_denominator(__in Z3_context c, __in Z3_ast a);
4044 
4058  Z3_bool Z3_API Z3_get_numeral_small(__in Z3_context c, __in Z3_ast a, __out __int64* num, __out __int64* den);
4059 
4070  Z3_bool Z3_API Z3_get_numeral_int(__in Z3_context c, __in Z3_ast v, __out int* i);
4071 
4072 #ifdef Conly
4073 
4083  Z3_bool Z3_API Z3_get_numeral_uint(__in Z3_context c, __in Z3_ast v, __out unsigned* u);
4084 #endif
4085 
4086 #ifdef Conly
4087 
4097  Z3_bool Z3_API Z3_get_numeral_uint64(__in Z3_context c, __in Z3_ast v, __out unsigned __int64* u);
4098 #endif
4099 
4110  Z3_bool Z3_API Z3_get_numeral_int64(__in Z3_context c, __in Z3_ast v, __out __int64* i);
4111 
4122  Z3_bool Z3_API Z3_get_numeral_rational_int64(__in Z3_context c, __in Z3_ast v, __out __int64* num, __out __int64* den);
4123 
4132  Z3_ast Z3_API Z3_get_algebraic_number_lower(__in Z3_context c, __in Z3_ast a, __in unsigned precision);
4133 
4142  Z3_ast Z3_API Z3_get_algebraic_number_upper(Z3_context c, Z3_ast a, unsigned precision);
4143 
4144 
4154  Z3_ast Z3_API Z3_pattern_to_ast(__in Z3_context c, __in Z3_pattern p);
4155 
4156 #ifdef ML4only
4157 #include <mlx_get_pattern_terms.idl>
4158 #endif
4159 
4164  unsigned Z3_API Z3_get_pattern_num_terms(__in Z3_context c, __in Z3_pattern p);
4165 
4170  Z3_ast Z3_API Z3_get_pattern(__in Z3_context c, __in Z3_pattern p, __in unsigned idx);
4171 
4172 
4183  unsigned Z3_API Z3_get_index_value(__in Z3_context c, __in Z3_ast a);
4184 
4191  Z3_bool Z3_API Z3_is_quantifier_forall(__in Z3_context c, __in Z3_ast a);
4192 
4199  unsigned Z3_API Z3_get_quantifier_weight(__in Z3_context c, __in Z3_ast a);
4200 
4207  unsigned Z3_API Z3_get_quantifier_num_patterns(__in Z3_context c, __in Z3_ast a);
4208 
4215  Z3_pattern Z3_API Z3_get_quantifier_pattern_ast(__in Z3_context c, __in Z3_ast a, unsigned i);
4216 
4223  unsigned Z3_API Z3_get_quantifier_num_no_patterns(__in Z3_context c, __in Z3_ast a);
4224 
4231  Z3_ast Z3_API Z3_get_quantifier_no_pattern_ast(__in Z3_context c, __in Z3_ast a, unsigned i);
4232 
4239  unsigned Z3_API Z3_get_quantifier_num_bound(__in Z3_context c, __in Z3_ast a);
4240 
4247  Z3_symbol Z3_API Z3_get_quantifier_bound_name(__in Z3_context c, __in Z3_ast a, unsigned i);
4248 
4255  Z3_sort Z3_API Z3_get_quantifier_bound_sort(__in Z3_context c, __in Z3_ast a, unsigned i);
4256 
4263  Z3_ast Z3_API Z3_get_quantifier_body(__in Z3_context c, __in Z3_ast a);
4264 
4265 
4276  Z3_ast Z3_API Z3_simplify(__in Z3_context c, __in Z3_ast a);
4277 
4278 #ifdef CorML4
4279 
4287  Z3_ast Z3_API Z3_simplify_ex(__in Z3_context c, __in Z3_ast a, __in Z3_params p);
4288 
4293  Z3_string Z3_API Z3_simplify_get_help(__in Z3_context c);
4294 
4300 #endif
4301 
4308 
4316  Z3_ast Z3_API Z3_update_term(__in Z3_context c, __in Z3_ast a, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[]);
4317 
4324  Z3_ast Z3_API Z3_substitute(__in Z3_context c,
4325  __in Z3_ast a,
4326  __in unsigned num_exprs,
4327  __in_ecount(num_exprs) Z3_ast const from[],
4328  __in_ecount(num_exprs) Z3_ast const to[]);
4329 
4335  Z3_ast Z3_API Z3_substitute_vars(__in Z3_context c,
4336  __in Z3_ast a,
4337  __in unsigned num_exprs,
4338  __in_ecount(num_exprs) Z3_ast const to[]);
4339 
4340 #ifdef CorML4
4341 
4347  Z3_ast Z3_API Z3_translate(__in Z3_context source, __in Z3_ast a, __in Z3_context target);
4348 #endif
4349 
4352 #ifdef CorML4
4353 
4357 
4358 #ifdef ML4only
4359 #include <mlx_model.idl>
4360 #endif
4361 #ifdef Conly
4362 
4366  void Z3_API Z3_model_inc_ref(__in Z3_context c, __in Z3_model m);
4367 
4372  void Z3_API Z3_model_dec_ref(__in Z3_context c, __in Z3_model m);
4373 #endif
4374 
4394  Z3_bool_opt Z3_API Z3_model_eval(__in Z3_context c, __in Z3_model m, __in Z3_ast t, __in Z3_bool model_completion, __out_opt Z3_ast * v);
4395 
4409  Z3_ast_opt Z3_API Z3_model_get_const_interp(__in Z3_context c, __in Z3_model m, __in Z3_func_decl a);
4410 
4415  Z3_bool Z3_API Z3_model_has_interp(__in Z3_context c, __in Z3_model m, __in Z3_func_decl a);
4416 
4430 
4437  unsigned Z3_API Z3_model_get_num_consts(__in Z3_context c, __in Z3_model m);
4438 
4448  Z3_func_decl Z3_API Z3_model_get_const_decl(__in Z3_context c, __in Z3_model m, __in unsigned i);
4449 
4457  unsigned Z3_API Z3_model_get_num_funcs(__in Z3_context c, __in Z3_model m);
4458 
4468  Z3_func_decl Z3_API Z3_model_get_func_decl(__in Z3_context c, __in Z3_model m, __in unsigned i);
4469 
4481  unsigned Z3_API Z3_model_get_num_sorts(__in Z3_context c, __in Z3_model m);
4482 
4492  Z3_sort Z3_API Z3_model_get_sort(__in Z3_context c, __in Z3_model m, __in unsigned i);
4493 
4501  Z3_ast_vector Z3_API Z3_model_get_sort_universe(__in Z3_context c, __in Z3_model m, __in Z3_sort s);
4502 
4513  Z3_bool Z3_API Z3_is_as_array(__in Z3_context c, __in Z3_ast a);
4514 
4522 
4523 #ifdef Conly
4524 
4528  void Z3_API Z3_func_interp_inc_ref(__in Z3_context c, __in Z3_func_interp f);
4529 
4534  void Z3_API Z3_func_interp_dec_ref(__in Z3_context c, __in Z3_func_interp f);
4535 #endif
4536 
4545  unsigned Z3_API Z3_func_interp_get_num_entries(__in Z3_context c, __in Z3_func_interp f);
4546 
4556  Z3_func_entry Z3_API Z3_func_interp_get_entry(__in Z3_context c, __in Z3_func_interp f, unsigned i);
4557 
4566 
4571  unsigned Z3_API Z3_func_interp_get_arity(__in Z3_context c, __in Z3_func_interp f);
4572 
4573 #ifdef Conly
4574 
4578  void Z3_API Z3_func_entry_inc_ref(__in Z3_context c, __in Z3_func_entry e);
4579 
4584  void Z3_API Z3_func_entry_dec_ref(__in Z3_context c, __in Z3_func_entry e);
4585 #endif
4586 
4596  Z3_ast Z3_API Z3_func_entry_get_value(__in Z3_context c, __in Z3_func_entry e);
4597 
4604  unsigned Z3_API Z3_func_entry_get_num_args(__in Z3_context c, __in Z3_func_entry e);
4605 
4614  Z3_ast Z3_API Z3_func_entry_get_arg(__in Z3_context c, __in Z3_func_entry e, __in unsigned i);
4615 
4617 #endif // CorML4
4618 
4623 
4628  Z3_bool Z3_API Z3_open_log(__in Z3_string filename);
4629 
4638  void Z3_API Z3_append_log(__in Z3_string string);
4639 
4644  void Z3_API Z3_close_log(void);
4645 
4653  void Z3_API Z3_toggle_warning_messages(__in Z3_bool enabled);
4654 
4661 
4678  void Z3_API Z3_set_ast_print_mode(__in Z3_context c, __in Z3_ast_print_mode mode);
4679 
4690  Z3_string Z3_API Z3_ast_to_string(__in Z3_context c, __in Z3_ast a);
4691 
4694  Z3_string Z3_API Z3_pattern_to_string(__in Z3_context c, __in Z3_pattern p);
4695 
4698  Z3_string Z3_API Z3_sort_to_string(__in Z3_context c, __in Z3_sort s);
4699 
4703 
4712  Z3_string Z3_API Z3_model_to_string(__in Z3_context c, __in Z3_model m);
4713 
4732  __in Z3_string name,
4733  __in Z3_string logic,
4734  __in Z3_string status,
4735  __in Z3_string attributes,
4736  __in unsigned num_assumptions,
4737  __in_ecount(num_assumptions) Z3_ast const assumptions[],
4738  __in Z3_ast formula);
4739 
4746 
4755  Z3_ast Z3_API Z3_parse_smtlib2_string(__in Z3_context c,
4756  __in Z3_string str,
4757  __in unsigned num_sorts,
4758  __in_ecount(num_sorts) Z3_symbol const sort_names[],
4759  __in_ecount(num_sorts) Z3_sort const sorts[],
4760  __in unsigned num_decls,
4761  __in_ecount(num_decls) Z3_symbol const decl_names[],
4762  __in_ecount(num_decls) Z3_func_decl const decls[]);
4763 
4768  Z3_ast Z3_API Z3_parse_smtlib2_file(__in Z3_context c,
4769  __in Z3_string file_name,
4770  __in unsigned num_sorts,
4771  __in_ecount(num_sorts) Z3_symbol const sort_names[],
4772  __in_ecount(num_sorts) Z3_sort const sorts[],
4773  __in unsigned num_decls,
4774  __in_ecount(num_decls) Z3_symbol const decl_names[],
4775  __in_ecount(num_decls) Z3_func_decl const decls[]);
4776 
4777 #ifdef ML4only
4778 #include <mlx_parse_smtlib.idl>
4779 #endif
4780 
4799  void Z3_API Z3_parse_smtlib_string(__in Z3_context c,
4800  __in Z3_string str,
4801  __in unsigned num_sorts,
4802  __in_ecount(num_sorts) Z3_symbol const sort_names[],
4803  __in_ecount(num_sorts) Z3_sort const sorts[],
4804  __in unsigned num_decls,
4805  __in_ecount(num_decls) Z3_symbol const decl_names[],
4806  __in_ecount(num_decls) Z3_func_decl const decls[]
4807  );
4808 
4813  void Z3_API Z3_parse_smtlib_file(__in Z3_context c,
4814  __in Z3_string file_name,
4815  __in unsigned num_sorts,
4816  __in_ecount(num_sorts) Z3_symbol const sort_names[],
4817  __in_ecount(num_sorts) Z3_sort const sorts[],
4818  __in unsigned num_decls,
4819  __in_ecount(num_decls) Z3_symbol const decl_names[],
4820  __in_ecount(num_decls) Z3_func_decl const decls[]
4821  );
4822 
4827  unsigned Z3_API Z3_get_smtlib_num_formulas(__in Z3_context c);
4828 
4836  Z3_ast Z3_API Z3_get_smtlib_formula(__in Z3_context c, __in unsigned i);
4837 
4842  unsigned Z3_API Z3_get_smtlib_num_assumptions(__in Z3_context c);
4843 
4851  Z3_ast Z3_API Z3_get_smtlib_assumption(__in Z3_context c, __in unsigned i);
4852 
4857  unsigned Z3_API Z3_get_smtlib_num_decls(__in Z3_context c);
4858 
4866  Z3_func_decl Z3_API Z3_get_smtlib_decl(__in Z3_context c, __in unsigned i);
4867 
4872  unsigned Z3_API Z3_get_smtlib_num_sorts(__in Z3_context c);
4873 
4881  Z3_sort Z3_API Z3_get_smtlib_sort(__in Z3_context c, __in unsigned i);
4882 
4883 BEGIN_MLAPI_EXCLUDE
4889  Z3_string Z3_API Z3_get_smtlib_error(__in Z3_context c);
4890 END_MLAPI_EXCLUDE
4891 
4894 #ifdef CorML4
4895 
4899 
4900 #ifndef SAFE_ERRORS
4901 
4911 
4924  void Z3_API Z3_set_error_handler(__in Z3_context c, __in Z3_error_handler h);
4925 #endif
4926 
4931  void Z3_API Z3_set_error(__in Z3_context c, __in Z3_error_code e);
4932 
4933 #ifdef Conly
4934 
4940  Z3_string Z3_API Z3_get_error_msg(__in Z3_error_code err);
4941 #endif
4942 
4943 BEGIN_MLAPI_EXCLUDE
4948  Z3_string Z3_API Z3_get_error_msg_ex(__in Z3_context c, __in Z3_error_code err);
4949 END_MLAPI_EXCLUDE
4950 #ifdef ML4only
4951 #include <mlx_get_error_msg.idl>
4952 #endif
4953 
4954 
4956 #endif
4957 
4962 
4967  void Z3_API Z3_get_version(__out unsigned * major, __out unsigned * minor, __out unsigned * build_number, __out unsigned * revision_number);
4968 
4974  void Z3_API Z3_enable_trace(__in Z3_string tag);
4975 
4981  void Z3_API Z3_disable_trace(__in Z3_string tag);
4982 
4983 #ifdef CorML3
4984 
4993  void Z3_API Z3_reset_memory(void);
4994 #endif
4995 
4998 #ifdef CorML3
4999 
5003 
5004 #ifdef Conly
5005 
5006  //
5007  // callbacks and void* don't work with CAMLIDL.
5008  //
5009  typedef Z3_bool Z3_reduce_eq_callback_fptr(__in Z3_theory t, __in Z3_ast a, __in Z3_ast b, __out Z3_ast * r);
5010 
5011  typedef Z3_bool Z3_reduce_app_callback_fptr(__in Z3_theory, __in Z3_func_decl, __in unsigned, __in Z3_ast const [], __out Z3_ast *);
5012 
5013  typedef Z3_bool Z3_reduce_distinct_callback_fptr(__in Z3_theory, __in unsigned, __in Z3_ast const [], __out Z3_ast *);
5014 
5015  typedef void Z3_theory_callback_fptr(__in Z3_theory t);
5016 
5018 
5020 
5022 
5023  typedef void Z3_theory_ast_ast_callback_fptr(__in Z3_theory, __in Z3_ast, __in Z3_ast);
5024 
5025 #endif
5026 
5027 #ifdef Conly
5028 
5036  Z3_theory Z3_API Z3_mk_theory(__in Z3_context c, __in Z3_string th_name, __in Z3_theory_data data);
5037 
5044 #endif
5045 
5049  Z3_sort Z3_API Z3_theory_mk_sort(__in Z3_context c, __in Z3_theory t, __in Z3_symbol s);
5050 
5054  Z3_ast Z3_API Z3_theory_mk_value(__in Z3_context c, __in Z3_theory t, __in Z3_symbol n, __in Z3_sort s);
5055 
5059  Z3_ast Z3_API Z3_theory_mk_constant(__in Z3_context c, __in Z3_theory t, __in Z3_symbol n, __in Z3_sort s);
5060 
5064  Z3_func_decl Z3_API Z3_theory_mk_func_decl(__in Z3_context c, __in Z3_theory t, __in Z3_symbol n,
5065  __in unsigned domain_size, __in_ecount(domain_size) Z3_sort const domain[],
5066  __in Z3_sort range);
5067 
5072 
5073 
5074 #ifdef Conly
5075 
5085  void Z3_API Z3_set_delete_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f);
5086 
5101 
5116 
5131 
5148 
5166 
5175 
5185  void Z3_API Z3_set_push_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f);
5186 
5196  void Z3_API Z3_set_pop_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f);
5197 
5205  void Z3_API Z3_set_restart_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f);
5206 
5215  void Z3_API Z3_set_reset_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f);
5216 
5230 
5241 
5252 
5262 
5273 
5274 #endif
5275 
5290  void Z3_API Z3_theory_assert_axiom(__in Z3_theory t, __in Z3_ast ax);
5291 
5299  void Z3_API Z3_theory_assume_eq(__in Z3_theory t, __in Z3_ast lhs, __in Z3_ast rhs);
5300 
5307  void Z3_API Z3_theory_enable_axiom_simplification(__in Z3_theory t, __in Z3_bool flag);
5308 
5312  Z3_ast Z3_API Z3_theory_get_eqc_root(__in Z3_theory t, __in Z3_ast n);
5313 
5328  Z3_ast Z3_API Z3_theory_get_eqc_next(__in Z3_theory t, __in Z3_ast n);
5329 
5333  unsigned Z3_API Z3_theory_get_num_parents(__in Z3_theory t, __in Z3_ast n);
5334 
5339  Z3_ast Z3_API Z3_theory_get_parent(__in Z3_theory t, __in Z3_ast n, __in unsigned i);
5340 
5344  Z3_bool Z3_API Z3_theory_is_value(__in Z3_theory t, __in Z3_ast n);
5345 
5349  Z3_bool Z3_API Z3_theory_is_decl(__in Z3_theory t, __in Z3_func_decl d);
5350 
5356  unsigned Z3_API Z3_theory_get_num_elems(__in Z3_theory t);
5357 
5363  Z3_ast Z3_API Z3_theory_get_elem(__in Z3_theory t, __in unsigned i);
5364 
5370  unsigned Z3_API Z3_theory_get_num_apps(__in Z3_theory t);
5371 
5377  Z3_ast Z3_API Z3_theory_get_app(__in Z3_theory t, __in unsigned i);
5378 
5381 #endif
5382 
5383 #ifdef CorML4
5384 
5388 
5396  Z3_fixedpoint Z3_API Z3_mk_fixedpoint(__in Z3_context c);
5397 
5398 #ifdef Conly
5399 
5403  void Z3_API Z3_fixedpoint_inc_ref(__in Z3_context c,__in Z3_fixedpoint d);
5404 
5409  void Z3_API Z3_fixedpoint_dec_ref(__in Z3_context c,__in Z3_fixedpoint d);
5410 #endif
5411 
5423  void Z3_API Z3_fixedpoint_add_rule(__in Z3_context c,__in Z3_fixedpoint d, __in Z3_ast rule, __in Z3_symbol name);
5424 
5441  void Z3_API Z3_fixedpoint_add_fact(__in Z3_context c,__in Z3_fixedpoint d,
5442  __in Z3_func_decl r,
5443  __in unsigned num_args, __in_ecount(num_args) unsigned args[]);
5444 
5452  void Z3_API Z3_fixedpoint_assert(__in Z3_context c,__in Z3_fixedpoint d, __in Z3_ast axiom);
5453 
5468  Z3_lbool Z3_API Z3_fixedpoint_query(__in Z3_context c,__in Z3_fixedpoint d, __in Z3_ast query);
5469 
5482  __in Z3_context c,__in Z3_fixedpoint d,
5483  __in unsigned num_relations, __in_ecount(num_relations) Z3_func_decl const relations[]);
5484 
5498 
5506 
5512  void Z3_API Z3_fixedpoint_update_rule(__in Z3_context c, __in Z3_fixedpoint d, __in Z3_ast a, __in Z3_symbol name);
5513 
5523 
5534 
5546  void Z3_API Z3_fixedpoint_add_cover(Z3_context c, Z3_fixedpoint d, int level, Z3_func_decl pred, Z3_ast property);
5547 
5553 
5561  void Z3_API Z3_fixedpoint_register_relation(__in Z3_context c,__in Z3_fixedpoint d, __in Z3_func_decl f);
5562 
5572  __in Z3_context c,
5573  __in Z3_fixedpoint d,
5574  __in Z3_func_decl f,
5575  __in unsigned num_relations,
5576  __in_ecount(num_relations) Z3_symbol const relation_kinds[]);
5577 
5583  __in Z3_context c,
5584  __in Z3_fixedpoint f);
5585 
5591  __in Z3_context c,
5592  __in Z3_fixedpoint f);
5593 
5598  void Z3_API Z3_fixedpoint_set_params(__in Z3_context c, __in Z3_fixedpoint f, __in Z3_params p);
5599 
5605 
5611 
5621  __in Z3_context c,
5622  __in Z3_fixedpoint f,
5623  __in unsigned num_queries,
5624  __in_ecount(num_queries) Z3_ast queries[]);
5625 
5637  __in Z3_context c,
5638  __in Z3_fixedpoint f,
5639  __in Z3_string s);
5640 
5652  __in Z3_context c,
5653  __in Z3_fixedpoint f,
5654  __in Z3_string s);
5655 
5665  void Z3_API Z3_fixedpoint_push(Z3_context c,Z3_fixedpoint d);
5666 
5675  void Z3_API Z3_fixedpoint_pop(Z3_context c,Z3_fixedpoint d);
5676 
5677 #ifdef Conly
5678 
5684  __in void*, __in Z3_func_decl,
5685  __in unsigned, __in Z3_ast const [],
5686  __in unsigned, __in Z3_ast const []);
5687 
5689  __in void*, __in Z3_func_decl,
5690  __in unsigned, __in Z3_ast const [],
5691  __out Z3_ast*);
5692 
5693 
5697  void Z3_API Z3_fixedpoint_init(__in Z3_context c,__in Z3_fixedpoint d, __in void* state);
5698 
5706 
5713 
5714 #endif
5715 #endif
5716 
5717 #ifdef CorML4
5718 
5724 
5732  Z3_ast_vector Z3_API Z3_mk_ast_vector(__in Z3_context c);
5733 
5734 #ifdef Conly
5735 
5739  void Z3_API Z3_ast_vector_inc_ref(__in Z3_context c, __in Z3_ast_vector v);
5740 
5745  void Z3_API Z3_ast_vector_dec_ref(__in Z3_context c, __in Z3_ast_vector v);
5746 #endif
5747 
5752  unsigned Z3_API Z3_ast_vector_size(__in Z3_context c, __in Z3_ast_vector v);
5753 
5760  Z3_ast Z3_API Z3_ast_vector_get(__in Z3_context c, __in Z3_ast_vector v, __in unsigned i);
5761 
5768  void Z3_API Z3_ast_vector_set(__in Z3_context c, __in Z3_ast_vector v, __in unsigned i, __in Z3_ast a);
5769 
5774  void Z3_API Z3_ast_vector_resize(__in Z3_context c, __in Z3_ast_vector v, __in unsigned n);
5775 
5780  void Z3_API Z3_ast_vector_push(__in Z3_context c, __in Z3_ast_vector v, __in Z3_ast a);
5781 
5787 
5793 
5800 
5808  Z3_ast_map Z3_API Z3_mk_ast_map(__in Z3_context c);
5809 
5810 #ifdef Conly
5811 
5815  void Z3_API Z3_ast_map_inc_ref(__in Z3_context c, __in Z3_ast_map m);
5816 
5821  void Z3_API Z3_ast_map_dec_ref(__in Z3_context c, __in Z3_ast_map m);
5822 #endif
5823 
5828  Z3_bool Z3_API Z3_ast_map_contains(__in Z3_context c, __in Z3_ast_map m, __in Z3_ast k);
5829 
5836  Z3_ast Z3_API Z3_ast_map_find(__in Z3_context c, __in Z3_ast_map m, __in Z3_ast k);
5837 
5842  void Z3_API Z3_ast_map_insert(__in Z3_context c, __in Z3_ast_map m, __in Z3_ast k, __in Z3_ast v);
5843 
5848  void Z3_API Z3_ast_map_erase(__in Z3_context c, __in Z3_ast_map m, __in Z3_ast k);
5849 
5854  void Z3_API Z3_ast_map_reset(__in Z3_context c, __in Z3_ast_map m);
5855 
5860  unsigned Z3_API Z3_ast_map_size(__in Z3_context c, __in Z3_ast_map m);
5861 
5866  Z3_ast_vector Z3_API Z3_ast_map_keys(__in Z3_context c, __in Z3_ast_map m);
5867 
5872  Z3_string Z3_API Z3_ast_map_to_string(__in Z3_context c, __in Z3_ast_map m);
5873 
5880 
5897  Z3_goal Z3_API Z3_mk_goal(__in Z3_context c, __in Z3_bool models, __in Z3_bool unsat_cores, __in Z3_bool proofs);
5898 
5899 #ifdef Conly
5900 
5904  void Z3_API Z3_goal_inc_ref(__in Z3_context c, __in Z3_goal g);
5905 
5910  void Z3_API Z3_goal_dec_ref(__in Z3_context c, __in Z3_goal g);
5911 #endif
5912 
5919  Z3_goal_prec Z3_API Z3_goal_precision(__in Z3_context c, __in Z3_goal g);
5920 
5925  void Z3_API Z3_goal_assert(__in Z3_context c, __in Z3_goal g, __in Z3_ast a);
5926 
5931  Z3_bool Z3_API Z3_goal_inconsistent(__in Z3_context c, __in Z3_goal g);
5932 
5937  unsigned Z3_API Z3_goal_depth(__in Z3_context c, __in Z3_goal g);
5938 
5943  void Z3_API Z3_goal_reset(__in Z3_context c, __in Z3_goal g);
5944 
5949  unsigned Z3_API Z3_goal_size(__in Z3_context c, __in Z3_goal g);
5950 
5957  Z3_ast Z3_API Z3_goal_formula(__in Z3_context c, __in Z3_goal g, __in unsigned idx);
5958 
5963  unsigned Z3_API Z3_goal_num_exprs(__in Z3_context c, __in Z3_goal g);
5964 
5969  Z3_bool Z3_API Z3_goal_is_decided_sat(__in Z3_context c, __in Z3_goal g);
5970 
5975  Z3_bool Z3_API Z3_goal_is_decided_unsat(__in Z3_context c, __in Z3_goal g);
5976 
5981  Z3_goal Z3_API Z3_goal_translate(__in Z3_context source, __in Z3_goal g, __in Z3_context target);
5982 
5987  Z3_string Z3_API Z3_goal_to_string(__in Z3_context c, __in Z3_goal g);
5988 
5995 
6004  Z3_tactic Z3_API Z3_mk_tactic(__in Z3_context c, __in Z3_string name);
6005 
6006 #ifdef Conly
6007 
6011  void Z3_API Z3_tactic_inc_ref(__in Z3_context c, __in Z3_tactic t);
6012 
6017  void Z3_API Z3_tactic_dec_ref(__in Z3_context c, __in Z3_tactic g);
6018 #endif
6019 
6029  Z3_probe Z3_API Z3_mk_probe(__in Z3_context c, __in Z3_string name);
6030 
6031 #ifdef Conly
6032 
6036  void Z3_API Z3_probe_inc_ref(__in Z3_context c, __in Z3_probe p);
6037 
6042  void Z3_API Z3_probe_dec_ref(__in Z3_context c, __in Z3_probe p);
6043 #endif
6044 
6050  Z3_tactic Z3_API Z3_tactic_and_then(__in Z3_context c, __in Z3_tactic t1, __in Z3_tactic t2);
6051 
6057  Z3_tactic Z3_API Z3_tactic_or_else(__in Z3_context c, __in Z3_tactic t1, __in Z3_tactic t2);
6058 
6063  Z3_tactic Z3_API Z3_tactic_par_or(__in Z3_context c, __in unsigned num, __in_ecount(num) Z3_tactic const ts[]);
6064 
6070  Z3_tactic Z3_API Z3_tactic_par_and_then(__in Z3_context c, __in Z3_tactic t1, __in Z3_tactic t2);
6071 
6077  Z3_tactic Z3_API Z3_tactic_try_for(__in Z3_context c, __in Z3_tactic t, __in unsigned ms);
6078 
6084  Z3_tactic Z3_API Z3_tactic_when(__in Z3_context c, __in Z3_probe p, __in Z3_tactic t);
6085 
6091  Z3_tactic Z3_API Z3_tactic_cond(__in Z3_context c, __in Z3_probe p, __in Z3_tactic t1, __in Z3_tactic t2);
6092 
6098  Z3_tactic Z3_API Z3_tactic_repeat(__in Z3_context c, __in Z3_tactic t, unsigned max);
6099 
6104  Z3_tactic Z3_API Z3_tactic_skip(__in Z3_context c);
6105 
6110  Z3_tactic Z3_API Z3_tactic_fail(__in Z3_context c);
6111 
6116  Z3_tactic Z3_API Z3_tactic_fail_if(__in Z3_context c, __in Z3_probe p);
6117 
6124 
6129  Z3_tactic Z3_API Z3_tactic_using_params(__in Z3_context c, __in Z3_tactic t, __in Z3_params p);
6130 
6135  Z3_probe Z3_API Z3_probe_const(__in Z3_context x, __in double val);
6136 
6143  Z3_probe Z3_API Z3_probe_lt(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2);
6144 
6151  Z3_probe Z3_API Z3_probe_gt(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2);
6152 
6159  Z3_probe Z3_API Z3_probe_le(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2);
6160 
6167  Z3_probe Z3_API Z3_probe_ge(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2);
6168 
6175  Z3_probe Z3_API Z3_probe_eq(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2);
6176 
6183  Z3_probe Z3_API Z3_probe_and(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2);
6184 
6191  Z3_probe Z3_API Z3_probe_or(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2);
6192 
6199  Z3_probe Z3_API Z3_probe_not(__in Z3_context x, __in Z3_probe p);
6200 
6205  unsigned Z3_API Z3_get_num_tactics(__in Z3_context c);
6206 
6213  Z3_string Z3_API Z3_get_tactic_name(__in Z3_context c, unsigned i);
6214 
6219  unsigned Z3_API Z3_get_num_probes(__in Z3_context c);
6220 
6227  Z3_string Z3_API Z3_get_probe_name(__in Z3_context c, unsigned i);
6228 
6233  Z3_string Z3_API Z3_tactic_get_help(__in Z3_context c, __in Z3_tactic t);
6234 
6240 
6245  Z3_string Z3_API Z3_tactic_get_descr(__in Z3_context c, __in Z3_string name);
6246 
6251  Z3_string Z3_API Z3_probe_get_descr(__in Z3_context c, __in Z3_string name);
6252 
6258  double Z3_API Z3_probe_apply(__in Z3_context c, __in Z3_probe p, __in Z3_goal g);
6259 
6264  Z3_apply_result Z3_API Z3_tactic_apply(__in Z3_context c, __in Z3_tactic t, __in Z3_goal g);
6265 
6271 
6272 #ifdef CorML3
6273 
6277  void Z3_API Z3_apply_result_inc_ref(__in Z3_context c, __in Z3_apply_result r);
6278 
6283  void Z3_API Z3_apply_result_dec_ref(__in Z3_context c, __in Z3_apply_result r);
6284 #endif
6285 
6291 
6296  unsigned Z3_API Z3_apply_result_get_num_subgoals(__in Z3_context c, __in Z3_apply_result r);
6297 
6304  Z3_goal Z3_API Z3_apply_result_get_subgoal(__in Z3_context c, __in Z3_apply_result r, __in unsigned i);
6305 
6311  Z3_model Z3_API Z3_apply_result_convert_model(__in Z3_context c, __in Z3_apply_result r, __in unsigned i, __in Z3_model m);
6312 
6319 
6329  Z3_solver Z3_API Z3_mk_solver(__in Z3_context c);
6330 
6342  Z3_solver Z3_API Z3_mk_simple_solver(__in Z3_context c);
6343 
6352  Z3_solver Z3_API Z3_mk_solver_for_logic(__in Z3_context c, __in Z3_symbol logic);
6353 
6360  Z3_solver Z3_API Z3_mk_solver_from_tactic(__in Z3_context c, __in Z3_tactic t);
6361 
6366  Z3_string Z3_API Z3_solver_get_help(__in Z3_context c, __in Z3_solver s);
6367 
6373 
6378  void Z3_API Z3_solver_set_params(__in Z3_context c, __in Z3_solver s, __in Z3_params p);
6379 
6380 #ifdef Conly
6381 
6385  void Z3_API Z3_solver_inc_ref(__in Z3_context c, __in Z3_solver s);
6386 
6391  void Z3_API Z3_solver_dec_ref(__in Z3_context c, __in Z3_solver s);
6392 #endif
6393 
6402  void Z3_API Z3_solver_push(__in Z3_context c, __in Z3_solver s);
6403 
6412  void Z3_API Z3_solver_pop(__in Z3_context c, __in Z3_solver s, unsigned n);
6413 
6418  void Z3_API Z3_solver_reset(__in Z3_context c, __in Z3_solver s);
6419 
6427  unsigned Z3_API Z3_solver_get_num_scopes(__in Z3_context c, __in Z3_solver s);
6428 
6436  void Z3_API Z3_solver_assert(__in Z3_context c, __in Z3_solver s, __in Z3_ast a);
6437 
6451  void Z3_API Z3_solver_assert_and_track(__in Z3_context c, __in Z3_solver s, __in Z3_ast a, __in Z3_ast p);
6452 
6458 
6474  Z3_lbool Z3_API Z3_solver_check(__in Z3_context c, __in Z3_solver s);
6475 
6487  __in unsigned num_assumptions, __in_ecount(num_assumptions) Z3_ast const assumptions[]);
6488 
6496  Z3_model Z3_API Z3_solver_get_model(__in Z3_context c, __in Z3_solver s);
6497 
6506  Z3_ast Z3_API Z3_solver_get_proof(__in Z3_context c, __in Z3_solver s);
6507 
6514 
6521 
6528  Z3_stats Z3_API Z3_solver_get_statistics(__in Z3_context c, __in Z3_solver s);
6529 
6534  Z3_string Z3_API Z3_solver_to_string(__in Z3_context c, __in Z3_solver s);
6535 
6542 
6543 #ifdef ML4only
6544 #include <mlx_statistics.idl>
6545 #endif
6546 
6550  Z3_string Z3_API Z3_stats_to_string(__in Z3_context c, __in Z3_stats s);
6551 
6556 #ifdef Conly
6557 
6561  void Z3_API Z3_stats_inc_ref(__in Z3_context c, __in Z3_stats s);
6562 
6567  void Z3_API Z3_stats_dec_ref(__in Z3_context c, __in Z3_stats s);
6568 #endif
6569 
6574  unsigned Z3_API Z3_stats_size(__in Z3_context c, __in Z3_stats s);
6575 
6582  Z3_string Z3_API Z3_stats_get_key(__in Z3_context c, __in Z3_stats s, __in unsigned idx);
6583 
6590  Z3_bool Z3_API Z3_stats_is_uint(__in Z3_context c, __in Z3_stats s, __in unsigned idx);
6591 
6598  Z3_bool Z3_API Z3_stats_is_double(__in Z3_context c, __in Z3_stats s, __in unsigned idx);
6599 
6606  unsigned Z3_API Z3_stats_get_uint_value(__in Z3_context c, __in Z3_stats s, __in unsigned idx);
6607 
6614  double Z3_API Z3_stats_get_double_value(__in Z3_context c, __in Z3_stats s, __in unsigned idx);
6615 
6617 #endif
6618 
6619 
6620 #ifdef CorML3
6621 
6626 
6636  __in Z3_context c,
6637  __in Z3_symbol s,
6638  unsigned domain_size, __in_ecount(domain_size) Z3_sort const domain[],
6639  __in Z3_sort range
6640  );
6641 
6643 #endif
6644 
6645 
6650 
6651 #ifdef CorML3
6652 
6661  Z3_bool Z3_API Z3_set_logic(__in Z3_context c, __in Z3_string logic);
6662 
6675  void Z3_API Z3_push(__in Z3_context c);
6676 
6691  void Z3_API Z3_pop(__in Z3_context c, __in unsigned num_scopes);
6692 
6704  unsigned Z3_API Z3_get_num_scopes(__in Z3_context c);
6705 
6726  void Z3_API Z3_persist_ast(__in Z3_context c, __in Z3_ast a, __in unsigned num_scopes);
6727 
6743  void Z3_API Z3_assert_cnstr(__in Z3_context c, __in Z3_ast a);
6744 
6767  Z3_lbool Z3_API Z3_check_and_get_model(__in Z3_context c, __out Z3_model * m);
6768 
6779  Z3_lbool Z3_API Z3_check(__in Z3_context c);
6780 
6819  __in Z3_context c,
6820  __in unsigned num_assumptions, __in_ecount(num_assumptions) Z3_ast const assumptions[],
6821  __out Z3_model * m, __out Z3_ast* proof,
6822  __inout unsigned* core_size, __inout_ecount(num_assumptions) Z3_ast core[]
6823  );
6824 #endif
6825 
6826 #ifdef CorML4
6827 
6850  __in Z3_context c,
6851  __in Z3_solver s,
6852  __in unsigned num_terms,
6853  __in_ecount(num_terms) Z3_ast const terms[],
6854  __out_ecount(num_terms) unsigned class_ids[]
6855  );
6856 #endif
6857 
6858 #ifdef CorML3
6859 
6872  void Z3_API Z3_del_model(__in Z3_context c, __in Z3_model m);
6873 
6880 
6891  void Z3_API Z3_soft_check_cancel(__in Z3_context c);
6892 
6903 
6910 
6928  Z3_ast Z3_API Z3_mk_label(__in Z3_context c, __in Z3_symbol s, Z3_bool is_pos, Z3_ast f);
6929 
6943 
6956 
6970 
6979  void Z3_API Z3_del_literals(__in Z3_context c, __in Z3_literals lbls);
6980 
6989  unsigned Z3_API Z3_get_num_literals(__in Z3_context c, __in Z3_literals lbls);
6990 
6997  Z3_symbol Z3_API Z3_get_label_symbol(__in Z3_context c, __in Z3_literals lbls, __in unsigned idx);
6998 
7005  Z3_ast Z3_API Z3_get_literal(__in Z3_context c, __in Z3_literals lbls, __in unsigned idx);
7006 
7017  void Z3_API Z3_disable_literal(__in Z3_context c, __in Z3_literals lbls, __in unsigned idx);
7018 
7025  void Z3_API Z3_block_literals(__in Z3_context c, __in Z3_literals lbls);
7026 
7033 
7044  unsigned Z3_API Z3_get_model_num_constants(__in Z3_context c, __in Z3_model m);
7045 
7057  Z3_func_decl Z3_API Z3_get_model_constant(__in Z3_context c, __in Z3_model m, __in unsigned i);
7058 
7068  unsigned Z3_API Z3_get_model_num_funcs(__in Z3_context c, __in Z3_model m);
7069 
7081  Z3_func_decl Z3_API Z3_get_model_func_decl(__in Z3_context c, __in Z3_model m, __in unsigned i);
7082 
7090  Z3_bool Z3_API Z3_eval_func_decl(__in Z3_context c, __in Z3_model m, __in Z3_func_decl decl, __out Z3_ast* v);
7091 
7106  Z3_bool Z3_API Z3_is_array_value(__in Z3_context c, __in Z3_model m, __in Z3_ast v, __out unsigned* num_entries);
7107 
7118  void Z3_API Z3_get_array_value(__in Z3_context c,
7119  __in Z3_model m,
7120  __in Z3_ast v,
7121  __in unsigned num_entries,
7122  __inout_ecount(num_entries) Z3_ast indices[],
7123  __inout_ecount(num_entries) Z3_ast values[],
7124  __out Z3_ast* else_value
7125  );
7126 
7145  Z3_ast Z3_API Z3_get_model_func_else(__in Z3_context c, __in Z3_model m, __in unsigned i);
7146 
7165  unsigned Z3_API Z3_get_model_func_num_entries(__in Z3_context c, __in Z3_model m, __in unsigned i);
7166 
7190  unsigned Z3_API Z3_get_model_func_entry_num_args(__in Z3_context c,
7191  __in Z3_model m,
7192  __in unsigned i,
7193  __in unsigned j);
7194 
7220  __in Z3_model m,
7221  __in unsigned i,
7222  __in unsigned j,
7223  __in unsigned k);
7224 
7248  __in Z3_model m,
7249  __in unsigned i,
7250  __in unsigned j);
7251 
7270  Z3_bool Z3_API Z3_eval(__in Z3_context c, __in Z3_model m, __in Z3_ast t, __out Z3_ast * v);
7271 
7281  Z3_bool Z3_API Z3_eval_decl(__in Z3_context c, __in Z3_model m,
7282  __in Z3_func_decl d,
7283  __in unsigned num_args,
7284  __in_ecount(num_args) Z3_ast const args[],
7285  __out Z3_ast* v);
7286 
7293 
7308  Z3_string Z3_API Z3_context_to_string(__in Z3_context c);
7309 
7325 
7339 
7341 #endif
7342 
7343 
7344 #ifndef CAMLIDL
7345 #ifdef __cplusplus
7346 };
7347 #endif // __cplusplus
7348 #else
7349 }
7350 #endif // CAMLIDL
7351 
7354 #endif
Z3_bool Z3_API Z3_eval(__in Z3_context c, __in Z3_model m, __in Z3_ast t, __out Z3_ast *v)
Evaluate the AST node t in the given model. Return Z3_TRUE if succeeded, and store the result in v...
Z3_ast Z3_API Z3_mk_bvadd_no_overflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2, Z3_bool is_signed)
Create a predicate that checks that the bit-wise addition of t1 and t2 does not overflow.
Z3_ast Z3_API Z3_mk_const(__in Z3_context c, __in Z3_symbol s, __in Z3_sort ty)
Declare and create a constant.
Z3_lbool Z3_API Z3_check_and_get_model(__in Z3_context c, __out Z3_model *m)
Check whether the given logical context is consistent or not.
Z3_string Z3_API Z3_ast_map_to_string(__in Z3_context c, __in Z3_ast_map m)
Convert the given map into a string.
Z3_sort_kind
The different kinds of Z3 types (See Z3_get_sort_kind).
Definition: z3_api.h:186
Z3_ast Z3_API Z3_mk_power(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2)
Create an AST node representing arg1^arg2.
void Z3_API Z3_theory_assert_axiom(__in Z3_theory t, __in Z3_ast ax)
Assert a theory axiom/lemmas during the search.
Z3_tactic Z3_API Z3_tactic_par_and_then(__in Z3_context c, __in Z3_tactic t1, __in Z3_tactic t2)
Return a tactic that applies t1 to a given goal and then t2 to every subgoal produced by t1...
Z3_ast Z3_API Z3_mk_iff(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create an AST node representing t1 iff t2.
Z3_ast Z3_API Z3_mk_ext_rotate_right(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Rotate bits of t1 to the right t2 times.
Z3_ast Z3_API Z3_mk_forall_const(__in Z3_context c, unsigned weight, unsigned num_bound, __in_ecount(num_bound) Z3_app const bound[], unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[], __in Z3_ast body)
Create a universal quantifier using a list of constants that will form the set of bound variables...
Z3_bool Z3_API Z3_is_well_sorted(__in Z3_context c, __in Z3_ast t)
Return true if the given expression t is well sorted.
Z3_func_decl Z3_API Z3_theory_mk_func_decl(__in Z3_context c, __in Z3_theory t, __in Z3_symbol n, __in unsigned domain_size, __in_ecount(domain_size) Z3_sort const domain[], __in Z3_sort range)
Create an interpreted function declaration for the given theory.
void Z3_API Z3_fixedpoint_assert(__in Z3_context c, __in Z3_fixedpoint d, __in Z3_ast axiom)
Assert a constraint to the fixedpoint context.
void Z3_API Z3_solver_assert_and_track(__in Z3_context c, __in Z3_solver s, __in Z3_ast a, __in Z3_ast p)
Assert a constraint a into the solver, and track it (in the unsat) core using the Boolean constant p...
Z3_ast Z3_API Z3_mk_bvule(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Unsigned less than or equal to.
Z3_context Z3_API Z3_mk_context_rc(__in Z3_config c)
Create a context using the given configuration. This function is similar to Z3_mk_context. However, in the context returned by this function, the user is responsible for managing Z3_ast reference counters. Managing reference counters is a burden and error-prone, but allows the user to use the memory more efficiently. The user must invoke Z3_inc_ref for any Z3_ast returned by Z3, and Z3_dec_ref whenever the Z3_ast is not needed anymore. This idiom is similar to the one used in BDD (binary decision diagrams) packages such as CUDD.
Z3_ast Z3_API Z3_translate(__in Z3_context source, __in Z3_ast a, __in Z3_context target)
Translate/Copy the AST a from context source to context target. AST a must have been created using co...
Z3_ast Z3_API Z3_mk_mul(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[])
Create an AST node representing args[0] * ... * args[num_args-1].The array args must have num_args el...
Z3_sort Z3_API Z3_mk_bool_sort(__in Z3_context c)
Create the Boolean type.
Z3_string Z3_API Z3_solver_to_string(__in Z3_context c, __in Z3_solver s)
Convert a solver into a string.
Z3_string Z3_API Z3_fixedpoint_get_help(__in Z3_context c, __in Z3_fixedpoint f)
Return a string describing all fixedpoint available parameters.
Z3_ast_vector Z3_API Z3_model_get_sort_universe(__in Z3_context c, __in Z3_model m, __in Z3_sort s)
Return the finite set of distinct values that represent the interpretation for sort s...
Z3_string Z3_API Z3_func_decl_to_string(__in Z3_context c, __in Z3_func_decl d)
Z3_lbool Z3_API Z3_solver_check(__in Z3_context c, __in Z3_solver s)
Check whether the assertions in a given solver are consistent or not.
void Z3_API Z3_inc_ref(__in Z3_context c, __in Z3_ast a)
Increment the reference counter of the given AST. The context c should have been created using Z3_mk_...
Z3_ast Z3_API Z3_mk_bvsmod(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Two's complement signed remainder (sign follows divisor).
Z3_bool Z3_API Z3_get_numeral_int(__in Z3_context c, __in Z3_ast v, __out int *i)
Similar to Z3_get_numeral_string, but only succeeds if the value can fit in a machine int...
Z3_ast Z3_API Z3_mk_bvadd(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Standard two's complement addition.
void Z3_API Z3_set_init_search_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f)
Set a callback that is invoked when Z3 starts searching for a satisfying assignment.
void Z3_API Z3_params_dec_ref(__in Z3_context c, __in Z3_params p)
Decrement the reference counter of the given parameter set.
void Z3_API Z3_apply_result_inc_ref(__in Z3_context c, __in Z3_apply_result r)
Increment the reference counter of the given Z3_apply_result object.
Z3_ast Z3_API Z3_mk_zero_ext(__in Z3_context c, __in unsigned i, __in Z3_ast t1)
Extend the given bit-vector with zeros to the (unsigned) equivalent bitvector of size m+i...
Z3_ast Z3_API Z3_mk_bvsub_no_underflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2, Z3_bool is_signed)
Create a predicate that checks that the bit-wise subtraction of t1 and t2 does not underflow...
Z3_func_decl Z3_API Z3_mk_injective_function(__in Z3_context c, __in Z3_symbol s, unsigned domain_size, __in_ecount(domain_size) Z3_sort const domain[], __in Z3_sort range)
Create injective function declaration.
void Z3_API Z3_param_descrs_inc_ref(__in Z3_context c, __in Z3_param_descrs p)
Increment the reference counter of the given parameter description set.
Z3_tactic Z3_API Z3_mk_tactic(__in Z3_context c, __in Z3_string name)
Return a tactic associated with the given name. The complete list of tactics may be obtained using th...
DEFINE_TYPE(Z3_symbol)
Z3_string Z3_API Z3_tactic_get_help(__in Z3_context c, __in Z3_tactic t)
Return a string containing a description of parameters accepted by the given tactic.
void Z3_API Z3_del_constructor(__in Z3_context c, __in Z3_constructor constr)
Reclaim memory allocated to constructor.
Z3_sort Z3_API Z3_get_array_sort_range(__in Z3_context c, __in Z3_sort t)
Return the range of the given array sort.
unsigned Z3_API Z3_get_num_literals(__in Z3_context c, __in Z3_literals lbls)
Retrieve the number of label symbols that were returned.
Z3_search_failure Z3_API Z3_get_search_failure(__in Z3_context c)
Retrieve reason for search failure.
Z3_string Z3_API Z3_get_tactic_name(__in Z3_context c, unsigned i)
Return the name of the idx tactic.
Z3_string Z3_API Z3_param_descrs_to_string(__in Z3_context c, __in Z3_param_descrs p)
Convert a parameter description set into a string. This function is mainly used for printing the cont...
Z3_sort Z3_API Z3_mk_bv_sort(__in Z3_context c, __in unsigned sz)
Create a bit-vector type of the given size.
Z3_ast Z3_API Z3_mk_bound(__in Z3_context c, __in unsigned index, __in Z3_sort ty)
Create a bound variable.
Z3_symbol Z3_API Z3_get_decl_name(__in Z3_context c, __in Z3_func_decl d)
Return the constant declaration name as a symbol.
Z3_param_kind Z3_API Z3_param_descrs_get_kind(__in Z3_context c, __in Z3_param_descrs p, __in Z3_symbol n)
Return the kind associated with the given parameter name n.
Z3_probe Z3_API Z3_probe_eq(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2)
Return a probe that evaluates to "true" when the value returned by p1 is equal to the value returned ...
void Z3_API Z3_model_inc_ref(__in Z3_context c, __in Z3_model m)
Increment the reference counter of the given model.
unsigned Z3_API Z3_theory_get_num_apps(__in Z3_theory t)
Return the number of theory applications in the logical context. These are the expressions notified u...
Definition: z3_api.h:1285
void Z3_API Z3_fixedpoint_update_rule(__in Z3_context c, __in Z3_fixedpoint d, __in Z3_ast a, __in Z3_symbol name)
Update a named rule. A rule with the same name must have been previously created. ...
Z3_ast Z3_API Z3_mk_numeral(__in Z3_context c, __in Z3_string numeral, __in Z3_sort ty)
Create a numeral of a given sort.
Z3_func_decl Z3_API Z3_get_datatype_sort_recognizer(__in Z3_context c, __in Z3_sort t, unsigned idx)
Return idx'th recognizer.
Z3_ast Z3_API Z3_substitute_vars(__in Z3_context c, __in Z3_ast a, __in unsigned num_exprs, __in_ecount(num_exprs) Z3_ast const to[])
Substitute the free variables in a with the expressions in to. For every i smaller than num_exprs...
Z3_tactic Z3_API Z3_tactic_fail_if(__in Z3_context c, __in Z3_probe p)
Return a tactic that fails if the probe p evaluates to false.
unsigned Z3_API Z3_get_app_num_args(__in Z3_context c, __in Z3_app a)
Return the number of argument of an application. If t is an constant, then the number of arguments is...
Z3_ast Z3_API Z3_mk_int2bv(__in Z3_context c, __in unsigned n, __in Z3_ast t1)
Create an n bit bit-vector from the integer argument t1.
Z3_ast Z3_API Z3_mk_bvurem(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Unsigned remainder.
Z3_func_decl Z3_API Z3_get_model_func_decl(__in Z3_context c, __in Z3_model m, __in unsigned i)
Return the declaration of the i-th function in the given model.
void Z3_API Z3_func_entry_dec_ref(__in Z3_context c, __in Z3_func_entry e)
Decrement the reference counter of the given Z3_func_entry object.
Z3_ast Z3_API Z3_mk_bvor(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Bitwise or.
Z3_ast Z3_API Z3_theory_get_parent(__in Z3_theory t, __in Z3_ast n, __in unsigned i)
Return the i-th parent of n. See Z3_theory_get_num_parents.
Z3_ast Z3_API Z3_get_model_func_else(__in Z3_context c, __in Z3_model m, __in unsigned i)
Return the 'else' value of the i-th function interpretation in the given model.
unsigned Z3_API Z3_get_model_num_constants(__in Z3_context c, __in Z3_model m)
Return the number of constants assigned by the given model.
Z3_ast_vector Z3_API Z3_fixedpoint_get_assertions(__in Z3_context c, __in Z3_fixedpoint f)
Retrieve set of background assertions from fixedpoint context.
Z3_sort Z3_API Z3_mk_enumeration_sort(__in Z3_context c, __in Z3_symbol name, __in unsigned n, __in_ecount(n) Z3_symbol const enum_names[], __out_ecount(n) Z3_func_decl enum_consts[], __out_ecount(n) Z3_func_decl enum_testers[])
Create a enumeration sort.
Z3_ast Z3_API Z3_model_get_const_interp(__in Z3_context c, __in Z3_model m, __in Z3_func_decl a)
Return the interpretation (i.e., assignment) of constant a in the model m. Return NULL...
Z3_func_decl Z3_API Z3_get_tuple_sort_field_decl(__in Z3_context c, __in Z3_sort t, __in unsigned i)
Return the i-th field declaration (i.e., projection function declaration) of the given tuple sort...
Z3_ast Z3_API Z3_theory_get_elem(__in Z3_theory t, __in unsigned i)
Return the i-th elem of the given theory in the logical context.
Z3_bool Z3_API Z3_global_param_get(__in Z3_string param_id, __out Z3_string_ptr param_value)
Get a global (or module) parameter.
Z3_func_decl Z3_API Z3_model_get_func_decl(__in Z3_context c, __in Z3_model m, __in unsigned i)
Return the declaration of the i-th function in the given model.
Z3_bool Z3_API Z3_is_algebraic_number(__in Z3_context c, __in Z3_ast a)
Return true if the give AST is a real algebraic number.
Z3_func_decl Z3_API Z3_get_as_array_func_decl(__in Z3_context c, __in Z3_ast a)
Return the function declaration f associated with a (_ as_array f) node.
void Z3_API Z3_solver_dec_ref(__in Z3_context c, __in Z3_solver s)
Decrement the reference counter of the given solver.
void Z3_API Z3_goal_inc_ref(__in Z3_context c, __in Z3_goal g)
Increment the reference counter of the given goal.
Z3_ast Z3_API Z3_mk_bvsub_no_overflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create a predicate that checks that the bit-wise signed subtraction of t1 and t2 does not overflow...
Z3_context Z3_API Z3_theory_get_context(__in Z3_theory t)
Return the context where the given theory is installed.
Z3_ast Z3_API Z3_mk_set_complement(__in Z3_context c, __in Z3_ast arg)
Take the complement of a set.
unsigned Z3_API Z3_ast_map_size(__in Z3_context c, __in Z3_ast_map m)
Return the size of the given map.
Z3_ast_map Z3_API Z3_mk_ast_map(__in Z3_context c)
Return an empty mapping from AST to AST.
void Z3_API Z3_enable_trace(__in Z3_string tag)
Enable tracing messages tagged as tag when Z3 is compiled in debug mode. It is a NOOP otherwise...
int Z3_API Z3_get_decl_int_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx)
Return the integer value associated with an integer parameter.
unsigned Z3_API Z3_get_model_func_entry_num_args(__in Z3_context c, __in Z3_model m, __in unsigned i, __in unsigned j)
Return the number of arguments of the j-th entry of the i-th function interpretation in the given mod...
Z3_apply_result Z3_API Z3_tactic_apply(__in Z3_context c, __in Z3_tactic t, __in Z3_goal g)
Apply tactic t to the goal g.
Z3_ast Z3_API Z3_func_entry_get_value(__in Z3_context c, __in Z3_func_entry e)
Return the value of this point.
Z3_func_decl Z3_API Z3_get_datatype_sort_constructor_accessor(__in Z3_context c, __in Z3_sort t, unsigned idx_c, unsigned idx_a)
Return idx_a'th accessor for the idx_c'th constructor.
Z3_goal_prec Z3_API Z3_goal_precision(__in Z3_context c, __in Z3_goal g)
Return the "precision" of the given goal. Goals can be transformed using over and under approximation...
Z3_model Z3_API Z3_apply_result_convert_model(__in Z3_context c, __in Z3_apply_result r, __in unsigned i, __in Z3_model m)
Convert a model for the subgoal Z3_apply_result_get_subgoal(c, r, i) into a model for the original go...
Z3_ast Z3_API Z3_parse_smtlib2_file(__in Z3_context c, __in Z3_string file_name, __in unsigned num_sorts, __in_ecount(num_sorts) Z3_symbol const sort_names[], __in_ecount(num_sorts) Z3_sort const sorts[], __in unsigned num_decls, __in_ecount(num_decls) Z3_symbol const decl_names[], __in_ecount(num_decls) Z3_func_decl const decls[])
Similar to Z3_parse_smtlib2_string, but reads the benchmark from a file.
Z3_bool Z3_API Z3_open_log(__in Z3_string filename)
Log interaction to a file.
void Z3_API Z3_toggle_warning_messages(__in Z3_bool enabled)
Enable/disable printing warning messages to the console.
unsigned Z3_API Z3_solver_get_num_scopes(__in Z3_context c, __in Z3_solver s)
Return the number of backtracking points.
void Z3_API Z3_params_inc_ref(__in Z3_context c, __in Z3_params p)
Increment the reference counter of the given parameter set.
Z3_ast Z3_API Z3_mk_fresh_const(__in Z3_context c, __in Z3_string prefix, __in Z3_sort ty)
Declare and create a fresh constant.
void Z3_API Z3_parse_smtlib_file(__in Z3_context c, __in Z3_string file_name, __in unsigned num_sorts, __in_ecount(num_sorts) Z3_symbol const sort_names[], __in_ecount(num_sorts) Z3_sort const sorts[], __in unsigned num_decls, __in_ecount(num_decls) Z3_symbol const decl_names[], __in_ecount(num_decls) Z3_func_decl const decls[])
Similar to Z3_parse_smtlib_string, but reads the benchmark from a file.
Z3_goal_prec
A Goal is essentially a set of formulas. Z3 provide APIs for building strategies/tactics for solving ...
Definition: z3_api.h:1356
Z3_symbol Z3_API Z3_mk_string_symbol(__in Z3_context c, __in Z3_string s)
Create a Z3 symbol using a C string.
unsigned Z3_API Z3_get_num_tactics(__in Z3_context c)
Return the number of builtin tactics available in Z3.
Z3_error_code
Z3 error codes (See Z3_get_error_code).
Definition: z3_api.h:1283
Z3_sort Z3_API Z3_mk_real_sort(__in Z3_context c)
Create the real type.
unsigned Z3_API Z3_get_quantifier_num_patterns(__in Z3_context c, __in Z3_ast a)
Return number of patterns used in quantifier.
Z3_lbool Z3_API Z3_get_implied_equalities(__in Z3_context c, __in Z3_solver s, __in unsigned num_terms, __in_ecount(num_terms) Z3_ast const terms[], __out_ecount(num_terms) unsigned class_ids[])
Retrieve congruence class representatives for terms.
Z3_ast Z3_API Z3_mk_exists(__in Z3_context c, __in unsigned weight, __in unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[], __in unsigned num_decls, __in_ecount(num_decls) Z3_sort const sorts[], __in_ecount(num_decls) Z3_symbol const decl_names[], __in Z3_ast body)
Create an exists formula. Similar to Z3_mk_forall.
int Z3_bool
Z3 Boolean type. It is just an alias for int.
Definition: z3_api.h:102
Z3_bool Z3_API Z3_goal_inconsistent(__in Z3_context c, __in Z3_goal g)
Return true if the given goal contains the formula false.
unsigned Z3_API Z3_get_sort_id(__in Z3_context c, Z3_sort s)
Return a unique identifier for s.
Z3_ast_vector Z3_API Z3_fixedpoint_from_string(__in Z3_context c, __in Z3_fixedpoint f, __in Z3_string s)
Parse an SMT-LIB2 string with fixedpoint rules. Add the rules to the current fixedpoint context...
Z3_sort Z3_API Z3_get_range(__in Z3_context c, __in Z3_func_decl d)
Return the range of the given declaration.
Z3_ast Z3_API Z3_update_term(__in Z3_context c, __in Z3_ast a, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[])
Update the arguments of term a using the arguments args. The number of arguments num_args should coin...
Z3_ast Z3_API Z3_mk_bvsdiv_no_overflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create a predicate that checks that the bit-wise signed division of t1 and t2 does not overflow...
unsigned Z3_API Z3_get_pattern_num_terms(__in Z3_context c, __in Z3_pattern p)
Return number of terms in pattern.
unsigned Z3_API Z3_get_smtlib_num_decls(__in Z3_context c)
Return the number of declarations parsed by Z3_parse_smtlib_string or Z3_parse_smtlib_file.
Z3_sort Z3_API Z3_mk_datatype(__in Z3_context c, __in Z3_symbol name, __in unsigned num_constructors, __inout_ecount(num_constructors) Z3_constructor constructors[])
Create datatype, such as lists, trees, records, enumerations or unions of records. The datatype may be recursive. Return the datatype sort.
void Z3_theory_ast_ast_callback_fptr(__in Z3_theory, __in Z3_ast, __in Z3_ast)
Definition: z3_api.h:5023
Z3_ast Z3_API Z3_mk_unsigned_int(__in Z3_context c, __in unsigned v, __in Z3_sort ty)
Create a numeral of a int, bit-vector, or finite-domain sort.
Z3_probe Z3_API Z3_probe_gt(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2)
Return a probe that evaluates to "true" when the value returned by p1 is greater than the value retur...
Z3_ast Z3_API Z3_goal_formula(__in Z3_context c, __in Z3_goal g, __in unsigned idx)
Return a formula from the given goal.
Z3_bool Z3_API Z3_is_as_array(__in Z3_context c, __in Z3_ast a)
The (_ as-array f) AST node is a construct for assigning interpretations for arrays in Z3...
void Z3_API Z3_stats_inc_ref(__in Z3_context c, __in Z3_stats s)
Increment the reference counter of the given statistics object.
Z3_ast Z3_API Z3_mk_sub(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[])
Create an AST node representing args[0] - ... - args[num_args - 1].The array args must have num_args ...
unsigned Z3_API Z3_param_descrs_size(__in Z3_context c, __in Z3_param_descrs p)
Return the number of parameters in the given parameter description set.
void Z3_API Z3_theory_assume_eq(__in Z3_theory t, __in Z3_ast lhs, __in Z3_ast rhs)
Inform to the logical context that lhs and rhs have the same interpretation in the model being built ...
double Z3_API Z3_get_decl_double_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx)
Return the double value associated with an double parameter.
Z3_ast Z3_API Z3_mk_bvneg_no_overflow(__in Z3_context c, __in Z3_ast t1)
Check that bit-wise negation does not overflow when t1 is interpreted as a signed bit-vector...
void Z3_API Z3_close_log(void)
Close interaction log.
Z3_ast Z3_API Z3_substitute(__in Z3_context c, __in Z3_ast a, __in unsigned num_exprs, __in_ecount(num_exprs) Z3_ast const from[], __in_ecount(num_exprs) Z3_ast const to[])
Substitute every occurrence of from[i] in a with to[i], for i smaller than num_exprs. The result is the new AST. The arrays from and to must have size num_exprs. For every i smaller than num_exprs, we must have that sort of from[i] must be equal to sort of to[i].
Z3_sort Z3_API Z3_mk_array_sort(__in Z3_context c, __in Z3_sort domain, __in Z3_sort range)
Create an array type.
Z3_ast Z3_API Z3_mk_quantifier_ex(__in Z3_context c, __in Z3_bool is_forall, __in unsigned weight, __in Z3_symbol quantifier_id, __in Z3_symbol skolem_id, __in unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[], __in unsigned num_no_patterns, __in_ecount(num_no_patterns) Z3_ast const no_patterns[], __in unsigned num_decls, __in_ecount(num_decls) Z3_sort const sorts[], __in_ecount(num_decls) Z3_symbol const decl_names[], __in Z3_ast body)
Create a quantifier - universal or existential, with pattern hints, no patterns, and attributes...
void Z3_API Z3_ast_map_erase(__in Z3_context c, __in Z3_ast_map m, __in Z3_ast k)
Erase a key from the map.
Z3_bool Z3_API Z3_is_eq_ast(__in Z3_context c, __in Z3_ast t1, Z3_ast t2)
compare terms.
void Z3_API Z3_params_set_symbol(__in Z3_context c, __in Z3_params p, __in Z3_symbol k, __in Z3_symbol v)
Add a symbol parameter k with value v to the parameter set p.
Z3_sort Z3_API Z3_get_decl_sort_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx)
Return the sort value associated with a sort parameter.
Z3_ast Z3_API Z3_get_quantifier_no_pattern_ast(__in Z3_context c, __in Z3_ast a, unsigned i)
Return i'th no_pattern.
void Z3_API Z3_model_dec_ref(__in Z3_context c, __in Z3_model m)
Decrement the reference counter of the given model.
Z3_ast Z3_API Z3_parse_smtlib2_string(__in Z3_context c, __in Z3_string str, __in unsigned num_sorts, __in_ecount(num_sorts) Z3_symbol const sort_names[], __in_ecount(num_sorts) Z3_sort const sorts[], __in unsigned num_decls, __in_ecount(num_decls) Z3_symbol const decl_names[], __in_ecount(num_decls) Z3_func_decl const decls[])
Parse the given string using the SMT-LIB2 parser.
Z3_ast Z3_API Z3_mk_gt(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create greater than.
Z3_ast Z3_API Z3_mk_bvshl(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Shift left.
Z3_ast Z3_API Z3_mk_bvsdiv(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Two's complement signed division.
unsigned Z3_API Z3_theory_get_num_parents(__in Z3_theory t, __in Z3_ast n)
Return the number of parents of n that are operators of the given theory.
void Z3_API Z3_global_param_set(__in Z3_string param_id, __in Z3_string param_value)
Set a global (or module) parameter. This setting is shared by all Z3 contexts.
Z3_func_interp Z3_API Z3_model_get_func_interp(__in Z3_context c, __in Z3_model m, __in Z3_func_decl f)
Return the interpretation of the function f in the model m. Return NULL, if the model does not assign...
Z3_ast Z3_API Z3_mk_bvslt(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Two's complement signed less than.
Z3_ast Z3_API Z3_pattern_to_ast(__in Z3_context c, __in Z3_pattern p)
Convert a Z3_pattern into Z3_ast. This is just type casting.
Z3_model Z3_API Z3_solver_get_model(__in Z3_context c, __in Z3_solver s)
Retrieve the model for the last Z3_solver_check or Z3_solver_check_assumptions.
void Z3_API Z3_set_ast_print_mode(__in Z3_context c, __in Z3_ast_print_mode mode)
Select mode for the format used for pretty-printing AST nodes.
unsigned Z3_API Z3_get_decl_num_parameters(__in Z3_context c, __in Z3_func_decl d)
Return the number of parameters associated with a declaration.
Z3_theory Z3_API Z3_mk_theory(__in Z3_context c, __in Z3_string th_name, __in Z3_theory_data data)
Create a new user defined theory. The new theory will be identified by the name th_name. A theory must be created before asserting any assertion to the given context. Return NULL in case of failure.
Z3_string Z3_API Z3_stats_to_string(__in Z3_context c, __in Z3_stats s)
Convert a statistics into a string.
Z3_bool Z3_API Z3_ast_map_contains(__in Z3_context c, __in Z3_ast_map m, __in Z3_ast k)
Return true if the map m contains the AST key k.
Z3_string Z3_API Z3_apply_result_to_string(__in Z3_context c, __in Z3_apply_result r)
Convert the Z3_apply_result object returned by Z3_tactic_apply into a string.
void Z3_API Z3_goal_reset(__in Z3_context c, __in Z3_goal g)
Erase all formulas from the given goal.
Z3_ast_vector Z3_API Z3_fixedpoint_get_rules(__in Z3_context c, __in Z3_fixedpoint f)
Retrieve set of rules from fixedpoint context.
Z3_ast Z3_API Z3_mk_true(__in Z3_context c)
Create an AST node representing true.
void Z3_API Z3_apply_result_dec_ref(__in Z3_context c, __in Z3_apply_result r)
Decrement the reference counter of the given Z3_apply_result object.
Z3_sort Z3_API Z3_mk_uninterpreted_sort(__in Z3_context c, __in Z3_symbol s)
Create a free (uninterpreted) type using the given name (symbol).
Z3_ast Z3_API Z3_mk_set_intersect(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[])
Take the intersection of a list of sets.
Z3_bool Z3_API Z3_get_numeral_uint64(__in Z3_context c, __in Z3_ast v, __out unsigned __int64 *u)
Similar to Z3_get_numeral_string, but only succeeds if the value can fit in a machine unsigned __int6...
void Z3_API Z3_set_reduce_app_callback(__in Z3_theory t, __in Z3_reduce_app_callback_fptr f)
Set a callback for simplifying operators of the given theory. The callback f is invoked by Z3's simpl...
Z3_tactic Z3_API Z3_tactic_fail(__in Z3_context c)
Return a tactic that always fails.
Z3_pattern Z3_API Z3_mk_pattern(__in Z3_context c, __in unsigned num_patterns, __in_ecount(num_patterns) Z3_ast const terms[])
Create a pattern for quantifier instantiation.
Z3_tactic Z3_API Z3_tactic_repeat(__in Z3_context c, __in Z3_tactic t, unsigned max)
Return a tactic that keeps applying t until the goal is not modified anymore or the maximum number of...
Z3_ast Z3_API Z3_theory_mk_constant(__in Z3_context c, __in Z3_theory t, __in Z3_symbol n, __in Z3_sort s)
Create an interpreted constant for the given theory.
Z3_ast_kind Z3_API Z3_get_ast_kind(__in Z3_context c, __in Z3_ast a)
Return the kind of the given AST.
void Z3_API Z3_goal_assert(__in Z3_context c, __in Z3_goal g, __in Z3_ast a)
Add a new formula a to the given goal.
Z3_ast_vector Z3_API Z3_ast_map_keys(__in Z3_context c, __in Z3_ast_map m)
Return the keys stored in the given map.
Z3_ast Z3_API Z3_mk_mod(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2)
Create an AST node representing arg1 mod arg2.The arguments must have int type.
Z3_string * Z3_string_ptr
Definition: z3_api.h:112
Z3_context Z3_API Z3_mk_context(__in Z3_config c)
Create a context using the given configuration.
Z3_ast Z3_API Z3_get_context_assignment(__in Z3_context c)
Extract satisfying assignment from context as a conjunction.
Z3_bool Z3_reduce_distinct_callback_fptr(__in Z3_theory, __in unsigned, __in Z3_ast const [], __out Z3_ast *)
Definition: z3_api.h:5013
void Z3_API Z3_fixedpoint_pop(Z3_context c, Z3_fixedpoint d)
Backtrack one backtracking point.
Z3_bool Z3_API Z3_get_finite_domain_sort_size(__in Z3_context c, __in Z3_sort s, __out unsigned __int64 *r)
Store the size of the sort in r. Return Z3_FALSE if the call failed. That is, Z3_get_sort_kind(s) == ...
Z3_apply_result Z3_API Z3_tactic_apply_ex(Z3_context c, Z3_tactic t, Z3_goal g, Z3_params p)
Apply tactic t to the goal g using the parameter set p.
void Z3_API Z3_append_log(__in Z3_string string)
Append user-defined string to interaction log.
void Z3_API Z3_fixedpoint_init(__in Z3_context c, __in Z3_fixedpoint d, __in void *state)
Initialize the context with a user-defined state.
void Z3_API Z3_get_version(__out unsigned *major, __out unsigned *minor, __out unsigned *build_number, __out unsigned *revision_number)
Return Z3 version number information.
Z3_bool Z3_API Z3_stats_is_double(__in Z3_context c, __in Z3_stats s, __in unsigned idx)
Return Z3_TRUE if the given statistical data is a double.
Z3_goal Z3_API Z3_apply_result_get_subgoal(__in Z3_context c, __in Z3_apply_result r, __in unsigned i)
Return one of the subgoals in the Z3_apply_result object returned by Z3_tactic_apply.
void Z3_API Z3_set_reduce_distinct_callback(__in Z3_theory t, __in Z3_reduce_distinct_callback_fptr f)
Set a callback for simplifying the atom distinct(s_1, ..., s_n), when the sort of s_1...
Z3_decl_kind Z3_API Z3_get_decl_kind(__in Z3_context c, __in Z3_func_decl d)
Return declaration kind corresponding to declaration.
Z3_sort Z3_API Z3_mk_tuple_sort(__in Z3_context c, __in Z3_symbol mk_tuple_name, __in unsigned num_fields, __in_ecount(num_fields) Z3_symbol const field_names[], __in_ecount(num_fields) Z3_sort const field_sorts[], __out Z3_func_decl *mk_tuple_decl, __out_ecount(num_fields) Z3_func_decl proj_decl[])
Create a tuple type.
Z3_tactic Z3_API Z3_tactic_try_for(__in Z3_context c, __in Z3_tactic t, __in unsigned ms)
Return a tactic that applies t to a given goal for ms milliseconds. If t does not terminate in ms mil...
Z3_ast Z3_API Z3_get_quantifier_body(__in Z3_context c, __in Z3_ast a)
Return body of quantifier.
Z3_ast Z3_API Z3_mk_ext_rotate_left(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Rotate bits of t1 to the left t2 times.
void Z3_API Z3_solver_inc_ref(__in Z3_context c, __in Z3_solver s)
Increment the reference counter of the given solver.
Z3_tactic Z3_API Z3_tactic_using_params(__in Z3_context c, __in Z3_tactic t, __in Z3_params p)
Return a tactic that applies t using the given set of parameters.
Z3_bool Z3_API Z3_eval_decl(__in Z3_context c, __in Z3_model m, __in Z3_func_decl d, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[], __out Z3_ast *v)
Evaluate declaration given values.
Z3_func_decl Z3_API Z3_get_tuple_sort_mk_decl(__in Z3_context c, __in Z3_sort t)
Return the constructor declaration of the given tuple sort.
Z3_ast Z3_API Z3_mk_ge(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create greater than or equal to.
unsigned Z3_API Z3_get_model_func_num_entries(__in Z3_context c, __in Z3_model m, __in unsigned i)
Return the number of entries of the i-th function interpretation in the given model.
void Z3_API Z3_dec_ref(__in Z3_context c, __in Z3_ast a)
Decrement the reference counter of the given AST. The context c should have been created using Z3_mk_...
Z3_ast Z3_API Z3_mk_int(__in Z3_context c, __in int v, __in Z3_sort ty)
Create a numeral of an int, bit-vector, or finite-domain sort.
Z3_tactic Z3_API Z3_tactic_and_then(__in Z3_context c, __in Z3_tactic t1, __in Z3_tactic t2)
Return a tactic that applies t1 to a given goal and t2 to every subgoal produced by t1...
void Z3_API Z3_fixedpoint_push(Z3_context c, Z3_fixedpoint d)
Create a backtracking point.
Z3_ast Z3_API Z3_mk_bvult(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Unsigned less than.
void Z3_API Z3_del_constructor_list(__in Z3_context c, __in Z3_constructor_list clist)
Reclaim memory allocated for constructor list.
void Z3_fixedpoint_reduce_assign_callback_fptr(__in void *, __in Z3_func_decl, __in unsigned, __in Z3_ast const [], __in unsigned, __in Z3_ast const [])
The following utilities allows adding user-defined domains.
Definition: z3_api.h:5683
Z3_ast Z3_API Z3_simplify(__in Z3_context c, __in Z3_ast a)
Interface to simplifier.
Z3_string Z3_API Z3_solver_get_help(__in Z3_context c, __in Z3_solver s)
Return a string describing all solver available parameters.
void Z3_API Z3_params_set_uint(__in Z3_context c, __in Z3_params p, __in Z3_symbol k, __in unsigned v)
Add a unsigned parameter k with value v to the parameter set p.
Z3_ast_vector Z3_API Z3_solver_get_unsat_core(__in Z3_context c, __in Z3_solver s)
Retrieve the unsat core for the last Z3_solver_check_assumptions The unsat core is a subset of the as...
void Z3_API Z3_del_literals(__in Z3_context c, __in Z3_literals lbls)
Delete a labels context.
#define Z3_func_interp_opt
Definition: z3_api.h:47
void Z3_API Z3_soft_check_cancel(__in Z3_context c)
Cancel an ongoing check.
Z3_func_entry Z3_API Z3_func_interp_get_entry(__in Z3_context c, __in Z3_func_interp f, unsigned i)
Return a "point" of the given function intepretation. It represents the value of f in a particular po...
Z3_tactic Z3_API Z3_tactic_skip(__in Z3_context c)
Return a tactic that just return the given goal.
unsigned Z3_API Z3_get_smtlib_num_sorts(__in Z3_context c)
Return the number of sorts parsed by Z3_parse_smtlib_string or Z3_parse_smtlib_file.
void Z3_API Z3_set_error(__in Z3_context c, __in Z3_error_code e)
Set an error.
Z3_solver Z3_API Z3_mk_solver_for_logic(__in Z3_context c, __in Z3_symbol logic)
Create a new solver customized for the given logic. It behaves like Z3_mk_solver if the logic is unkn...
Z3_bool Z3_API Z3_model_eval(__in Z3_context c, __in Z3_model m, __in Z3_ast t, __in Z3_bool model_completion, __out Z3_ast *v)
Evaluate the AST node t in the given model. Return Z3_TRUE if succeeded, and store the result in v...
void Z3_API Z3_probe_inc_ref(__in Z3_context c, __in Z3_probe p)
Increment the reference counter of the given probe.
Z3_ast Z3_API Z3_mk_bvmul(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Standard two's complement multiplication.
Z3_goal Z3_API Z3_goal_translate(__in Z3_context source, __in Z3_goal g, __in Z3_context target)
Copy a goal g from the context source to a the context target.
Z3_lbool Z3_API Z3_check(__in Z3_context c)
Check whether the given logical context is consistent or not.
Z3_string Z3_API Z3_fixedpoint_to_string(__in Z3_context c, __in Z3_fixedpoint f, __in unsigned num_queries, __in_ecount(num_queries) Z3_ast queries[])
Print the current rules and background axioms as a string.
Z3_func_decl Z3_API Z3_get_model_constant(__in Z3_context c, __in Z3_model m, __in unsigned i)
Return the i-th constant in the given model.
Z3_ast Z3_API Z3_mk_set_del(__in Z3_context c, __in Z3_ast set, __in Z3_ast elem)
Remove an element to a set.
Z3_probe Z3_API Z3_probe_not(__in Z3_context x, __in Z3_probe p)
Return a probe that evaluates to "true" when p does not evaluate to true.
unsigned Z3_API Z3_stats_size(__in Z3_context c, __in Z3_stats s)
Return the number of statistical data in s.
Z3_pattern Z3_API Z3_get_quantifier_pattern_ast(__in Z3_context c, __in Z3_ast a, unsigned i)
Return i'th pattern.
void Z3_API Z3_solver_assert(__in Z3_context c, __in Z3_solver s, __in Z3_ast a)
Assert a constraint into the solver.
Z3_symbol_kind Z3_API Z3_get_symbol_kind(__in Z3_context c, __in Z3_symbol s)
Return Z3_INT_SYMBOL if the symbol was constructed using Z3_mk_int_symbol, and Z3_STRING_SYMBOL if th...
unsigned Z3_API Z3_func_interp_get_num_entries(__in Z3_context c, __in Z3_func_interp f)
Return the number of entries in the given function interpretation.
void Z3_API Z3_persist_ast(__in Z3_context c, __in Z3_ast a, __in unsigned num_scopes)
Persist AST through num_scopes pops. This function is only relevant if c was created using Z3_mk_cont...
Z3_ast_kind
The different kinds of Z3 AST (abstract syntax trees). That is, terms, formulas and types...
Definition: z3_api.h:214
Z3_ast Z3_API Z3_mk_map(__in Z3_context c, __in Z3_func_decl f, unsigned n, __in Z3_ast const *args)
map f on the the argument arrays.
BEGIN_MLAPI_EXCLUDE Z3_string Z3_API Z3_get_error_msg_ex(__in Z3_context c, __in Z3_error_code err)
Return a string describing the given error code.
void Z3_theory_callback_fptr(__in Z3_theory t)
Definition: z3_api.h:5015
Z3_lbool Z3_API Z3_fixedpoint_query(__in Z3_context c, __in Z3_fixedpoint d, __in Z3_ast query)
Pose a query against the asserted rules.
Z3_string Z3_API Z3_goal_to_string(__in Z3_context c, __in Z3_goal g)
Convert a goal into a string.
Z3_lbool Z3_API Z3_fixedpoint_query_relations(__in Z3_context c, __in Z3_fixedpoint d, __in unsigned num_relations, __in_ecount(num_relations) Z3_func_decl const relations[])
Pose multiple queries against the asserted rules.
void Z3_API Z3_parse_smtlib_string(__in Z3_context c, __in Z3_string str, __in unsigned num_sorts, __in_ecount(num_sorts) Z3_symbol const sort_names[], __in_ecount(num_sorts) Z3_sort const sorts[], __in unsigned num_decls, __in_ecount(num_decls) Z3_symbol const decl_names[], __in_ecount(num_decls) Z3_func_decl const decls[])
Parse the given string using the SMT-LIB parser.
Z3_ast Z3_API Z3_mk_bvnot(__in Z3_context c, __in Z3_ast t1)
Bitwise negation.
Z3_ast Z3_API Z3_mk_bvmul_no_underflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create a predicate that checks that the bit-wise signed multiplication of t1 and t2 does not underflo...
Z3_func_decl Z3_API Z3_get_smtlib_decl(__in Z3_context c, __in unsigned i)
Return the i-th declaration parsed by the last call to Z3_parse_smtlib_string or Z3_parse_smtlib_file...
void Z3_API Z3_set_reset_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f)
Set a callback that is invoked when the logical context is reset by the user. This callback is useful...
double Z3_API Z3_stats_get_double_value(__in Z3_context c, __in Z3_stats s, __in unsigned idx)
Return the double value of the given statistical data.
Z3_ast Z3_API Z3_mk_false(__in Z3_context c)
Create an AST node representing false.
Z3_string Z3_API Z3_params_to_string(__in Z3_context c, __in Z3_params p)
Convert a parameter set into a string. This function is mainly used for printing the contents of a pa...
Z3_ast Z3_API Z3_mk_set_union(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[])
Take the union of a list of sets.
Z3_ast Z3_API Z3_theory_get_eqc_next(__in Z3_theory t, __in Z3_ast n)
Return the next element in the equivalence class containing n.
void Z3_API Z3_ast_vector_push(__in Z3_context c, __in Z3_ast_vector v, __in Z3_ast a)
Add the AST a in the end of the AST vector v. The size of v is increased by one.
void Z3_API Z3_solver_push(__in Z3_context c, __in Z3_solver s)
Create a backtracking point.
unsigned Z3_API Z3_goal_num_exprs(__in Z3_context c, __in Z3_goal g)
Return the number of formulas, subformulas and terms in the given goal.
unsigned Z3_API Z3_get_model_num_funcs(__in Z3_context c, __in Z3_model m)
Return the number of function interpretations in the given model.
Z3_sort Z3_API Z3_get_array_sort_domain(__in Z3_context c, __in Z3_sort t)
Return the domain of the given array sort.
Z3_ast Z3_API Z3_mk_ite(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2, __in Z3_ast t3)
Create an AST node representing an if-then-else: ite(t1, t2, t3).
Z3_string Z3_API Z3_get_decl_rational_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx)
Return the rational value, as a string, associated with a rational parameter.
void Z3_API Z3_goal_dec_ref(__in Z3_context c, __in Z3_goal g)
Decrement the reference counter of the given goal.
void Z3_API Z3_block_literals(__in Z3_context c, __in Z3_literals lbls)
Block subsequent checks using the remaining enabled labels.
void Z3_API Z3_pop(__in Z3_context c, __in unsigned num_scopes)
Backtrack.
Z3_literals Z3_API Z3_get_guessed_literals(__in Z3_context c)
Retrieve the set of literals that whose assignment were guess, but not propagated during the search...
void Z3_API Z3_fixedpoint_add_fact(__in Z3_context c, __in Z3_fixedpoint d, __in Z3_func_decl r, __in unsigned num_args, __in_ecount(num_args) unsigned args[])
Add a Database fact.
Z3_bool Z3_theory_final_check_callback_fptr(__in Z3_theory)
Definition: z3_api.h:5017
Z3_tactic Z3_API Z3_tactic_cond(__in Z3_context c, __in Z3_probe p, __in Z3_tactic t1, __in Z3_tactic t2)
Return a tactic that applies t1 to a given goal if the probe p evaluates to true, and t2 if p evaluat...
Z3_string Z3_API Z3_probe_get_descr(__in Z3_context c, __in Z3_string name)
Return a string containing a description of the probe with the given name.
unsigned Z3_API Z3_model_get_num_funcs(__in Z3_context c, __in Z3_model m)
Return the number of function interpretations in the given model.
void Z3_API Z3_theory_enable_axiom_simplification(__in Z3_theory t, __in Z3_bool flag)
Enable/disable the simplification of theory axioms asserted using Z3_theory_assert_axiom. By default, the simplification of theory specific operators is disabled. That is, the reduce theory callbacks are not invoked for theory axioms. The default behavior is useful when asserting axioms stating properties of theory operators.
Z3_ast Z3_API Z3_mk_bvredor(__in Z3_context c, __in Z3_ast t1)
Take disjunction of bits in vector, return vector of length 1.
Z3_ast Z3_API Z3_mk_bvmul_no_overflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2, Z3_bool is_signed)
Create a predicate that checks that the bit-wise multiplication of t1 and t2 does not overflow...
Z3_ast Z3_API Z3_mk_bvsrem(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Two's complement signed remainder (sign follows dividend).
void Z3_API Z3_fixedpoint_inc_ref(__in Z3_context c, __in Z3_fixedpoint d)
Increment the reference counter of the given fixedpoint context.
Z3_ast Z3_API Z3_mk_implies(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create an AST node representing t1 implies t2.
Z3_lbool
Lifted Boolean type: false, undefined, true.
Definition: z3_api.h:135
void Z3_API Z3_fixedpoint_add_rule(__in Z3_context c, __in Z3_fixedpoint d, __in Z3_ast rule, __in Z3_symbol name)
Add a universal Horn clause as a named rule. The horn_rule should be of the form: ...
void Z3_fixedpoint_reduce_app_callback_fptr(__in void *, __in Z3_func_decl, __in unsigned, __in Z3_ast const [], __out Z3_ast *)
Definition: z3_api.h:5688
Z3_ast Z3_API Z3_mk_bvugt(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Unsigned greater than.
Z3_string Z3_API Z3_stats_get_key(__in Z3_context c, __in Z3_stats s, __in unsigned idx)
Return the key (a string) for a particular statistical data.
Z3_func_decl Z3_API Z3_get_datatype_sort_constructor(__in Z3_context c, __in Z3_sort t, unsigned idx)
Return idx'th constructor.
#define __int64
Definition: z3_api.h:55
void Z3_API Z3_func_interp_inc_ref(__in Z3_context c, __in Z3_func_interp f)
Increment the reference counter of the given Z3_func_interp object.
Z3_ast Z3_API Z3_mk_and(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[])
Create an AST node representing args[0] and ... and args[num_args-1].The array args must have num_arg...
unsigned Z3_API Z3_get_arity(__in Z3_context c, __in Z3_func_decl d)
Alias for Z3_get_domain_size.
void Z3_API Z3_fixedpoint_set_reduce_app_callback(__in Z3_context c, __in Z3_fixedpoint d, __in Z3_fixedpoint_reduce_app_callback_fptr cb)
Register a callback for buildling terms based on the relational operators.
void Z3_API Z3_set_new_app_callback(__in Z3_theory t, __in Z3_theory_ast_callback_fptr f)
Set a callback that is invoked when a theory application is finally added into the logical context...
int Z3_API Z3_get_symbol_int(__in Z3_context c, __in Z3_symbol s)
Return the symbol int value.
Z3_ast Z3_API Z3_mk_select(__in Z3_context c, __in Z3_ast a, __in Z3_ast i)
Array read. The argument a is the array and i is the index of the array that gets read...
Z3_bool Z3_API Z3_get_numeral_small(__in Z3_context c, __in Z3_ast a, __out __int64 *num, __out __int64 *den)
Return numeral value, as a pair of 64 bit numbers if the representation fits.
unsigned Z3_API Z3_get_ast_id(__in Z3_context c, Z3_ast t)
Return a unique identifier for t. The identifier is unique up to structural equality. Thus, two ast nodes created by the same context and having the same children and same function symbols have the same identifiers. Ast nodes created in the same context, but having different children or different functions have different identifiers. Variables and quantifiers are also assigned different identifiers according to their structure.
Z3_ast Z3_API Z3_mk_bvsle(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Two's complement signed less than or equal to.
Z3_string Z3_API Z3_pattern_to_string(__in Z3_context c, __in Z3_pattern p)
Z3_ast Z3_API Z3_mk_quantifier_const_ex(__in Z3_context c, Z3_bool is_forall, unsigned weight, __in Z3_symbol quantifier_id, __in Z3_symbol skolem_id, unsigned num_bound, __in_ecount(num_bound) Z3_app const bound[], unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[], unsigned num_no_patterns, __in_ecount(num_no_patterns) Z3_ast const no_patterns[], __in Z3_ast body)
Create a universal or existential quantifier using a list of constants that will form the set of boun...
Z3_ast Z3_API Z3_get_model_func_entry_value(__in Z3_context c, __in Z3_model m, __in unsigned i, __in unsigned j)
Return the return value of the j-th entry of the i-th function interpretation in the given model...
Z3_symbol Z3_API Z3_param_descrs_get_name(__in Z3_context c, __in Z3_param_descrs p, __in unsigned i)
Return the number of parameters in the given parameter description set.
Z3_bool Z3_API Z3_eval_func_decl(__in Z3_context c, __in Z3_model m, __in Z3_func_decl decl, __out Z3_ast *v)
Return the value of the given constant or function in the given model.
Z3_string Z3_API Z3_get_numeral_decimal_string(__in Z3_context c, __in Z3_ast a, __in unsigned precision)
Return numeral as a string in decimal notation. The result has at most precision decimal places...
Z3_bool Z3_API Z3_set_logic(__in Z3_context c, __in Z3_string logic)
Set the SMTLIB logic to be used in the given logical context. It is incorrect to invoke this function...
Z3_ast Z3_API Z3_mk_lt(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create less than.
void Z3_API Z3_set_push_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f)
Set a callback that is invoked when Z3 creates a case-split (aka backtracking point).
Z3_func_decl Z3_API Z3_model_get_const_decl(__in Z3_context c, __in Z3_model m, __in unsigned i)
Return the i-th constant in the given model.
unsigned Z3_API Z3_get_ast_hash(__in Z3_context c, __in Z3_ast a)
Return a hash code for the given AST. The hash code is structural. You can use Z3_get_ast_id intercha...
void Z3_API Z3_query_constructor(__in Z3_context c, __in Z3_constructor constr, __in unsigned num_fields, __out Z3_func_decl *constructor, __out Z3_func_decl *tester, __out_ecount(num_fields) Z3_func_decl accessors[])
Query constructor for declared functions.
Z3_ast_vector Z3_API Z3_fixedpoint_from_file(__in Z3_context c, __in Z3_fixedpoint f, __in Z3_string s)
Parse an SMT-LIB2 file with fixedpoint rules. Add the rules to the current fixedpoint context...
void Z3_API Z3_set_restart_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f)
Set a callback that is invoked when Z3 restarts the search for a satisfying assignment.
Z3_ast_print_mode
Z3 pretty printing modes (See Z3_set_ast_print_mode).
Definition: z3_api.h:1256
Z3_ast Z3_API Z3_mk_bvsub(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Standard two's complement subtraction.
void Z3_API Z3_params_set_double(__in Z3_context c, __in Z3_params p, __in Z3_symbol k, __in double v)
Add a double parameter k with value v to the parameter set p.
Z3_ast Z3_API Z3_mk_real2int(__in Z3_context c, __in Z3_ast t1)
Coerce a real to an integer.
Z3_ast Z3_API Z3_mk_int2real(__in Z3_context c, __in Z3_ast t1)
Coerce an integer to a real.
Z3_string Z3_API Z3_sort_to_string(__in Z3_context c, __in Z3_sort s)
Z3_string Z3_API Z3_ast_to_string(__in Z3_context c, __in Z3_ast a)
Convert the given AST node into a string.
Z3_ast Z3_API Z3_get_pattern(__in Z3_context c, __in Z3_pattern p, __in unsigned idx)
Return i'th ast in pattern.
Z3_ast Z3_API Z3_solver_get_proof(__in Z3_context c, __in Z3_solver s)
Retrieve the proof for the last Z3_solver_check or Z3_solver_check_assumptions.
Z3_solver Z3_API Z3_mk_simple_solver(__in Z3_context c)
Create a new (incremental) solver.
Z3_probe Z3_API Z3_probe_const(__in Z3_context x, __in double val)
Return a probe that always evaluates to val.
Z3_string Z3_API Z3_statistics_to_string(__in Z3_context c)
Return runtime statistics as a string.
Z3_sort Z3_API Z3_mk_int_sort(__in Z3_context c)
Create the integer type.
Z3_ast Z3_API Z3_get_smtlib_assumption(__in Z3_context c, __in unsigned i)
Return the i-th assumption parsed by the last call to Z3_parse_smtlib_string or Z3_parse_smtlib_file...
Z3_string Z3_API Z3_tactic_get_descr(__in Z3_context c, __in Z3_string name)
Return a string containing a description of the tactic with the given name.
Z3_ast Z3_API Z3_get_denominator(__in Z3_context c, __in Z3_ast a)
Return the denominator (as a numeral AST) of a numeral AST of sort Real.
Z3_ast Z3_API Z3_mk_bvand(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Bitwise and.
unsigned Z3_API Z3_get_smtlib_num_assumptions(__in Z3_context c)
Return the number of SMTLIB assumptions parsed by Z3_parse_smtlib_string or Z3_parse_smtlib_file.
Z3_ast Z3_API Z3_app_to_ast(__in Z3_context c, __in Z3_app a)
Convert a Z3_app into Z3_ast. This is just type casting.
void Z3_API Z3_del_context(__in Z3_context c)
Delete the given logical context.
void Z3_API Z3_set_error_handler(__in Z3_context c, __in Z3_error_handler h)
Register a Z3 error handler.
Z3_bool Z3_API Z3_goal_is_decided_sat(__in Z3_context c, __in Z3_goal g)
Return true if the goal is empty, and it is precise or the product of a under approximation.
void Z3_API Z3_param_descrs_dec_ref(__in Z3_context c, __in Z3_param_descrs p)
Decrement the reference counter of the given parameter description set.
Z3_stats Z3_API Z3_fixedpoint_get_statistics(__in Z3_context c, __in Z3_fixedpoint d)
Retrieve statistics information from the last call to Z3_fixedpoint_query.
Z3_ast Z3_API Z3_mk_bvuge(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Unsigned greater than or equal to.
Z3_string Z3_API Z3_simplify_get_help(__in Z3_context c)
Return a string describing all available parameters.
Z3_sort Z3_API Z3_mk_set_sort(__in Z3_context c, __in Z3_sort ty)
Create Set type.
Z3_param_kind
The different kinds of parameters that can be associated with parameter sets. (see Z3_mk_params)...
Definition: z3_api.h:1211
void Z3_API Z3_solver_set_params(__in Z3_context c, __in Z3_solver s, __in Z3_params p)
Set the given solver using the given parameters.
Z3_string Z3_API Z3_get_probe_name(__in Z3_context c, unsigned i)
Return the name of the i probe.
Z3_stats Z3_API Z3_solver_get_statistics(__in Z3_context c, __in Z3_solver s)
Return statistics for the given solver.
Z3_bool Z3_reduce_eq_callback_fptr(__in Z3_theory t, __in Z3_ast a, __in Z3_ast b, __out Z3_ast *r)
Definition: z3_api.h:5009
Z3_bool Z3_reduce_app_callback_fptr(__in Z3_theory, __in Z3_func_decl, __in unsigned, __in Z3_ast const [], __out Z3_ast *)
Definition: z3_api.h:5011
void Z3_API Z3_disable_trace(__in Z3_string tag)
Disable tracing messages tagged as tag when Z3 is compiled in debug mode. It is a NOOP otherwise...
Z3_symbol_kind
The different kinds of symbol. In Z3, a symbol can be represented using integers and strings (See Z3_...
Definition: z3_api.h:150
Z3_string Z3_API Z3_benchmark_to_smtlib_string(__in Z3_context c, __in Z3_string name, __in Z3_string logic, __in Z3_string status, __in Z3_string attributes, __in unsigned num_assumptions, __in_ecount(num_assumptions) Z3_ast const assumptions[], __in Z3_ast formula)
Convert the given benchmark into SMT-LIB formatted string.
Z3_probe Z3_API Z3_probe_ge(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2)
Return a probe that evaluates to "true" when the value returned by p1 is greater than or equal to the...
unsigned Z3_API Z3_model_get_num_consts(__in Z3_context c, __in Z3_model m)
Return the number of constants assigned by the given model.
Z3_ast Z3_API Z3_mk_not(__in Z3_context c, __in Z3_ast a)
Create an AST node representing not(a).
void Z3_API Z3_get_array_value(__in Z3_context c, __in Z3_model m, __in Z3_ast v, __in unsigned num_entries, __inout_ecount(num_entries) Z3_ast indices[], __inout_ecount(num_entries) Z3_ast values[], __out Z3_ast *else_value)
An array values is represented as a dictionary plus a default (else) value. This function returns the...
Z3_ast Z3_API Z3_mk_bvsge(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Two's complement signed greater than or equal to.
Z3_bool Z3_API Z3_theory_is_decl(__in Z3_theory t, __in Z3_func_decl d)
Return Z3_TRUE if d is an interpreted theory declaration.
void Z3_API Z3_del_config(__in Z3_config c)
Delete the given configuration object.
unsigned Z3_API Z3_get_num_scopes(__in Z3_context c)
Retrieve the current scope level.
Z3_ast Z3_API Z3_mk_repeat(__in Z3_context c, __in unsigned i, __in Z3_ast t1)
Repeat the given bit-vector up length i.
Z3_ast Z3_API Z3_mk_bvadd_no_underflow(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create a predicate that checks that the bit-wise signed addition of t1 and t2 does not underflow...
Z3_ast Z3_API Z3_mk_bvnand(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Bitwise nand.
BEGIN_MLAPI_EXCLUDE Z3_constructor Z3_API Z3_mk_constructor(__in Z3_context c, __in Z3_symbol name, __in Z3_symbol recognizer, __in unsigned num_fields, __in_ecount(num_fields) Z3_symbol const field_names[], __in_ecount(num_fields) Z3_sort_opt const sorts[], __in_ecount(num_fields) unsigned sort_refs[])
Create a constructor.
Z3_string Z3_API Z3_get_error_msg(__in Z3_error_code err)
Return a string describing the given error code.
void Z3_API Z3_fixedpoint_dec_ref(__in Z3_context c, __in Z3_fixedpoint d)
Decrement the reference counter of the given fixedpoint context.
Z3_bool Z3_API Z3_stats_is_uint(__in Z3_context c, __in Z3_stats s, __in unsigned idx)
Return Z3_TRUE if the given statistical data is a unsigned integer.
void Z3_API Z3_set_delete_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f)
Set a callback that is invoked when theory t is deleted. This callback should be used to delete exter...
Z3_bool Z3_API Z3_theory_is_value(__in Z3_theory t, __in Z3_ast n)
Return Z3_TRUE if n is an interpreted theory value.
Z3_ast Z3_API Z3_mk_div(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2)
Create an AST node representing arg1 div arg2.The arguments must either both have int type or both ha...
Z3_ast Z3_API Z3_mk_bvneg(__in Z3_context c, __in Z3_ast t1)
Standard two's complement unary minus.
Z3_ast Z3_API Z3_sort_to_ast(__in Z3_context c, __in Z3_sort s)
Convert a Z3_sort into Z3_ast. This is just type casting.
Z3_theory_data Z3_API Z3_theory_get_ext_data(__in Z3_theory t)
Return a pointer to the external data-structure supplied to the function Z3_mk_theory.
void Z3_API Z3_disable_literal(__in Z3_context c, __in Z3_literals lbls, __in unsigned idx)
Disable label.
Z3_symbol Z3_API Z3_get_label_symbol(__in Z3_context c, __in Z3_literals lbls, __in unsigned idx)
Retrieve label symbol at idx.
Z3_ast Z3_API Z3_mk_unary_minus(__in Z3_context c, __in Z3_ast arg)
Create an AST node representing -arg.The arguments must have int or real type.
unsigned Z3_API Z3_get_quantifier_weight(__in Z3_context c, __in Z3_ast a)
Obtain weight of quantifier.
Z3_sort Z3_API Z3_get_sort(__in Z3_context c, __in Z3_ast a)
Return the sort of an AST node.
Z3_ast Z3_API Z3_func_entry_get_arg(__in Z3_context c, __in Z3_func_entry e, __in unsigned i)
Return an argument of a Z3_func_entry object.
Z3_string Z3_API Z3_model_to_string(__in Z3_context c, __in Z3_model m)
Convert the given model into a string.
void Z3_API Z3_ast_map_inc_ref(__in Z3_context c, __in Z3_ast_map m)
Increment the reference counter of the given AST map.
Z3_ast Z3_API Z3_mk_rotate_left(__in Z3_context c, __in unsigned i, __in Z3_ast t1)
Rotate bits of t1 to the left i times.
Z3_param_descrs Z3_API Z3_tactic_get_param_descrs(__in Z3_context c, __in Z3_tactic t)
Return the parameter description set for the given tactic object.
void Z3_theory_ast_callback_fptr(__in Z3_theory, __in Z3_ast)
Definition: z3_api.h:5019
unsigned Z3_API Z3_get_relation_arity(__in Z3_context c, __in Z3_sort s)
Return arity of relation.
void Z3_API Z3_func_entry_inc_ref(__in Z3_context c, __in Z3_func_entry e)
Increment the reference counter of the given Z3_func_entry object.
Z3_func_decl Z3_API Z3_get_app_decl(__in Z3_context c, __in Z3_app a)
Return the declaration of a constant or function application.
unsigned Z3_API Z3_fixedpoint_get_num_levels(Z3_context c, Z3_fixedpoint d, Z3_func_decl pred)
Query the PDR engine for the maximal levels properties are known about predicate. ...
void Z3_API Z3_solver_reset(__in Z3_context c, __in Z3_solver s)
Remove all assertions from the solver.
void Z3_API Z3_push(__in Z3_context c)
Create a backtracking point.
Z3_solver Z3_API Z3_mk_solver(__in Z3_context c)
Create a new (incremental) solver. This solver also uses a set of builtin tactics for handling the fi...
unsigned Z3_API Z3_goal_size(__in Z3_context c, __in Z3_goal g)
Return the number of formulas in the given goal.
Z3_ast Z3_API Z3_func_interp_get_else(__in Z3_context c, __in Z3_func_interp f)
Return the 'else' value of the given function interpretation.
Z3_probe Z3_API Z3_probe_or(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2)
Return a probe that evaluates to "true" when p1 or p2 evaluates to true.
void Z3_API Z3_fixedpoint_add_cover(Z3_context c, Z3_fixedpoint d, int level, Z3_func_decl pred, Z3_ast property)
Add property about the predicate pred. Add a property of predicate pred at level. It gets pushed forw...
Z3_ast Z3_API Z3_mk_bvsgt(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Two's complement signed greater than.
Z3_parameter_kind Z3_API Z3_get_decl_parameter_kind(__in Z3_context c, __in Z3_func_decl d, unsigned idx)
Return the parameter type associated with a declaration.
Z3_ast Z3_API Z3_mk_bvnor(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Bitwise nor.
void Z3_API Z3_set_new_diseq_callback(__in Z3_theory t, __in Z3_theory_ast_ast_callback_fptr f)
Set a callback that is invoked when a disequality s_1 != s_2 is found by the logical context...
Z3_ast Z3_API Z3_mk_bv2int(__in Z3_context c, __in Z3_ast t1, Z3_bool is_signed)
Create an integer from the bit-vector argument t1. If is_signed is false, then the bit-vector t1 is t...
unsigned Z3_API Z3_get_num_probes(__in Z3_context c)
Return the number of builtin probes available in Z3.
Z3_ast Z3_API Z3_mk_set_add(__in Z3_context c, __in Z3_ast set, __in Z3_ast elem)
Add an element to a set.
Z3_ast Z3_API Z3_mk_quantifier_const(__in Z3_context c, Z3_bool is_forall, unsigned weight, unsigned num_bound, __in_ecount(num_bound) Z3_app const bound[], unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[], __in Z3_ast body)
Create a universal or existential quantifier using a list of constants that will form the set of boun...
void Z3_API Z3_params_validate(__in Z3_context c, __in Z3_params p, __in Z3_param_descrs d)
Validate the parameter set p against the parameter description set d.
void Z3_API Z3_mk_datatypes(__in Z3_context c, __in unsigned num_sorts, __in_ecount(num_sorts) Z3_symbol const sort_names[], __out_ecount(num_sorts) Z3_sort sorts[], __inout_ecount(num_sorts) Z3_constructor_list constructor_lists[])
Create mutually recursive datatypes.
Z3_symbol Z3_API Z3_get_quantifier_bound_name(__in Z3_context c, __in Z3_ast a, unsigned i)
Return symbol of the i'th bound variable.
BEGIN_MLAPI_EXCLUDE Z3_string Z3_API Z3_get_smtlib_error(__in Z3_context c)
Retrieve that last error message information generated from parsing.
unsigned Z3_API Z3_ast_vector_size(__in Z3_context c, __in Z3_ast_vector v)
Return the size of the given AST vector.
Z3_sort Z3_API Z3_get_domain(__in Z3_context c, __in Z3_func_decl d, __in unsigned i)
Return the sort of the i-th parameter of the given function declaration.
Z3_config Z3_API Z3_mk_config(void)
Create a configuration object for the Z3 context object.
void Z3_API Z3_tactic_dec_ref(__in Z3_context c, __in Z3_tactic g)
Decrement the reference counter of the given tactic.
Z3_bool Z3_API Z3_goal_is_decided_unsat(__in Z3_context c, __in Z3_goal g)
Return true if the goal contains false, and it is precise or the product of an over approximation...
unsigned Z3_API Z3_get_smtlib_num_formulas(__in Z3_context c)
Return the number of SMTLIB formulas parsed by the last call to Z3_parse_smtlib_string or Z3_parse_sm...
unsigned Z3_API Z3_model_get_num_sorts(__in Z3_context c, __in Z3_model m)
Return the number of uninterpreted sorts that m assigs an interpretation to.
void Z3_API Z3_set_new_assignment_callback(__in Z3_theory t, __in Z3_theory_ast_bool_callback_fptr f)
Set a callback that is invoked when a theory predicate is assigned to true/false by Z3...
Z3_ast Z3_API Z3_mk_extract(__in Z3_context c, __in unsigned high, __in unsigned low, __in Z3_ast t1)
Extract the bits high down to low from a bitvector of size m to yield a new bitvector of size n...
Z3_app Z3_API Z3_to_app(__in Z3_context c, __in Z3_ast a)
Convert an ast into an APP_AST. This is just type casting.
void Z3_API Z3_set_new_elem_callback(__in Z3_theory t, __in Z3_theory_ast_callback_fptr f)
Set a callback that is invoked when an expression of sort s, where s is an interpreted sort of the th...
void Z3_API Z3_set_new_relevant_callback(__in Z3_theory t, __in Z3_theory_ast_callback_fptr f)
Set a callback that is invoked when an expression is marked as relevant during the search...
Z3_ast Z3_API Z3_mk_distinct(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[])
Create an AST node representing distinct(args[0], ..., args[num_args-1]).The distinct construct is us...
Z3_ast Z3_API Z3_mk_bvxnor(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Bitwise xnor.
Z3_ast Z3_API Z3_mk_bvudiv(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Unsigned division.
Z3_ast Z3_API Z3_mk_or(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[])
Create an AST node representing args[0] or ... or args[num_args-1].The array args must have num_args ...
Z3_ast Z3_API Z3_mk_exists_const(__in Z3_context c, unsigned weight, unsigned num_bound, __in_ecount(num_bound) Z3_app const bound[], unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[], __in Z3_ast body)
Similar to Z3_mk_forall_const.
void Z3_API Z3_ast_vector_inc_ref(__in Z3_context c, __in Z3_ast_vector v)
Increment the reference counter of the given AST vector.
#define Z3_sort_opt
Definition: z3_api.h:25
void Z3_API Z3_interrupt(__in Z3_context c)
Interrupt the execution of a Z3 procedure. This procedure can be used to interrupt: solvers...
Z3_ast Z3_API Z3_get_numerator(__in Z3_context c, __in Z3_ast a)
Return the numerator (as a numeral AST) of a numeral AST of sort Real.
unsigned Z3_API Z3_func_entry_get_num_args(__in Z3_context c, __in Z3_func_entry e)
Return the number of arguments in a Z3_func_entry object.
Z3_ast Z3_API Z3_mk_set_subset(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2)
Check for subsetness of sets.
Z3_symbol Z3_API Z3_get_sort_name(__in Z3_context c, __in Z3_sort d)
Return the sort name as a symbol.
Z3_param_descrs Z3_API Z3_solver_get_param_descrs(__in Z3_context c, __in Z3_solver s)
Return the parameter description set for the given solver object.
Z3_ast Z3_API Z3_theory_get_app(__in Z3_theory t, __in unsigned i)
Return the i-th application of the given theory in the logical context.
Z3_parameter_kind
The different kinds of parameters that can be associated with function symbols.
Definition: z3_api.h:171
Z3_ast Z3_API Z3_get_smtlib_formula(__in Z3_context c, __in unsigned i)
Return the i-th formula parsed by the last call to Z3_parse_smtlib_string or Z3_parse_smtlib_file.
void Z3_API Z3_fixedpoint_set_reduce_assign_callback(__in Z3_context c, __in Z3_fixedpoint d, __in Z3_fixedpoint_reduce_assign_callback_fptr cb)
Register a callback to destructive updates.
Z3_ast Z3_API Z3_mk_xor(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create an AST node representing t1 xor t2.
Z3_string Z3_API Z3_context_to_string(__in Z3_context c)
Convert the given logical context into a string.
void Z3_API Z3_reset_memory(void)
Reset all allocated resources.
Z3_tactic Z3_API Z3_tactic_when(__in Z3_context c, __in Z3_probe p, __in Z3_tactic t)
Return a tactic that applies t to a given goal is the probe p evaluates to true. If p evaluates to fa...
Z3_ast Z3_API Z3_ast_vector_get(__in Z3_context c, __in Z3_ast_vector v, __in unsigned i)
Return the AST at position i in the AST vector v.
Z3_probe Z3_API Z3_probe_le(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2)
Return a probe that evaluates to "true" when the value returned by p1 is less than or equal to the va...
Z3_ast Z3_API Z3_theory_get_eqc_root(__in Z3_theory t, __in Z3_ast n)
Return the root of the equivalence class containing n.
void Z3_API Z3_set_reduce_eq_callback(__in Z3_theory t, __in Z3_reduce_eq_callback_fptr f)
Set a callback for simplifying the atom s_1 = s_2, when the sort of s_1 and s_2 is an interpreted sor...
Z3_sort Z3_API Z3_mk_list_sort(__in Z3_context c, __in Z3_symbol name, __in Z3_sort elem_sort, __out Z3_func_decl *nil_decl, __out Z3_func_decl *is_nil_decl, __out Z3_func_decl *cons_decl, __out Z3_func_decl *is_cons_decl, __out Z3_func_decl *head_decl, __out Z3_func_decl *tail_decl)
Create a list sort.
void Z3_API Z3_set_final_check_callback(__in Z3_theory t, __in Z3_theory_final_check_callback_fptr f)
Set a callback that is invoked before Z3 starts building a model. A theory may use this callback to p...
void Z3_API Z3_func_interp_dec_ref(__in Z3_context c, __in Z3_func_interp f)
Decrement the reference counter of the given Z3_func_interp object.
unsigned Z3_API Z3_get_index_value(__in Z3_context c, __in Z3_ast a)
Return index of de-Brujin bound variable.
Z3_ast Z3_API Z3_get_algebraic_number_upper(Z3_context c, Z3_ast a, unsigned precision)
Return a upper bound for the given real algebraic number. The interval isolating the number is smalle...
Z3_ast Z3_API Z3_mk_forall(__in Z3_context c, __in unsigned weight, __in unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[], __in unsigned num_decls, __in_ecount(num_decls) Z3_sort const sorts[], __in_ecount(num_decls) Z3_symbol const decl_names[], __in Z3_ast body)
Create a forall formula. It takes an expression body that contains bound variables of the same sorts ...
Z3_solver Z3_API Z3_mk_solver_from_tactic(__in Z3_context c, __in Z3_tactic t)
Create a new solver that is implemented using the given tactic. The solver supports the commands Z3_s...
Z3_func_decl Z3_API Z3_get_decl_func_decl_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx)
Return the expresson value associated with an expression parameter.
void Z3_API Z3_set_pop_callback(__in Z3_theory t, __in Z3_theory_callback_fptr f)
Set a callback that is invoked when Z3 backtracks a case-split.
Z3_ast Z3_API Z3_mk_bvxor(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Bitwise exclusive-or.
Z3_string Z3_API Z3_ast_vector_to_string(__in Z3_context c, __in Z3_ast_vector v)
Convert AST vector into a string.
Z3_ast_vector Z3_API Z3_solver_get_assertions(__in Z3_context c, __in Z3_solver s)
Return the set of asserted formulas as a goal object.
Z3_string Z3_API Z3_get_numeral_string(__in Z3_context c, __in Z3_ast a)
Return numeral value, as a string of a numeric constant term.
Z3_func_decl Z3_API Z3_mk_fresh_func_decl(__in Z3_context c, __in Z3_string prefix, __in unsigned domain_size, __in_ecount(domain_size) Z3_sort const domain[], __in Z3_sort range)
Declare a fresh constant or function.
Z3_ast Z3_API Z3_theory_mk_value(__in Z3_context c, __in Z3_theory t, __in Z3_symbol n, __in Z3_sort s)
Create an interpreted theory constant value. Values are assumed to be different from each other...
void Z3_API Z3_set_new_eq_callback(__in Z3_theory t, __in Z3_theory_ast_ast_callback_fptr f)
Set a callback that is invoked when an equality s_1 = s_2 is found by the logical context...
unsigned Z3_API Z3_get_func_decl_id(__in Z3_context c, Z3_func_decl f)
Return a unique identifier for f.
void Z3_API Z3_fixedpoint_register_relation(__in Z3_context c, __in Z3_fixedpoint d, __in Z3_func_decl f)
Register relation as Fixedpoint defined. Fixedpoint defined relations have least-fixedpoint semantics...
Z3_ast Z3_API Z3_func_decl_to_ast(__in Z3_context c, __in Z3_func_decl f)
Convert a Z3_func_decl into Z3_ast. This is just type casting.
Z3_bool Z3_API Z3_get_numeral_uint(__in Z3_context c, __in Z3_ast v, __out unsigned *u)
Similar to Z3_get_numeral_string, but only succeeds if the value can fit in a machine unsigned int...
Z3_probe Z3_API Z3_probe_lt(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2)
Return a probe that evaluates to "true" when the value returned by p1 is less than the value returned...
Z3_lbool Z3_API Z3_check_assumptions(__in Z3_context c, __in unsigned num_assumptions, __in_ecount(num_assumptions) Z3_ast const assumptions[], __out Z3_model *m, __out Z3_ast *proof, __inout unsigned *core_size, __inout_ecount(num_assumptions) Z3_ast core[])
Check whether the given logical context and optional assumptions is consistent or not...
Z3_fixedpoint Z3_API Z3_mk_fixedpoint(__in Z3_context c)
Create a new fixedpoint context.
Z3_ast Z3_API Z3_fixedpoint_get_cover_delta(Z3_context c, Z3_fixedpoint d, int level, Z3_func_decl pred)
unsigned Z3_API Z3_goal_depth(__in Z3_context c, __in Z3_goal g)
Return the depth of the given goal. It tracks how many transformations were applied to it...
Z3_ast Z3_API Z3_mk_int64(__in Z3_context c, __in __int64 v, __in Z3_sort ty)
Create a numeral of a int, bit-vector, or finite-domain sort.
Z3_ast Z3_API Z3_mk_sign_ext(__in Z3_context c, __in unsigned i, __in Z3_ast t1)
Sign-extend of the given bit-vector to the (signed) equivalent bitvector of size m+i, where m is the size of the given bit-vector.
void Z3_API Z3_params_set_bool(__in Z3_context c, __in Z3_params p, __in Z3_symbol k, __in Z3_bool v)
Add a Boolean parameter k with value v to the parameter set p.
Z3_string Z3_API Z3_fixedpoint_get_reason_unknown(__in Z3_context c, __in Z3_fixedpoint d)
Retrieve a string that describes the last status returned by Z3_fixedpoint_query. ...
void Z3_theory_ast_bool_callback_fptr(__in Z3_theory, __in Z3_ast, __in Z3_bool)
Definition: z3_api.h:5021
Z3_string Z3_API Z3_get_symbol_string(__in Z3_context c, __in Z3_symbol s)
Return the symbol name.
void Z3_API Z3_probe_dec_ref(__in Z3_context c, __in Z3_probe p)
Decrement the reference counter of the given probe.
Z3_ast Z3_API Z3_mk_eq(__in Z3_context c, __in Z3_ast l, __in Z3_ast r)
Create an AST node representing l = r.
Z3_ast Z3_API Z3_mk_unsigned_int64(__in Z3_context c, __in unsigned __int64 v, __in Z3_sort ty)
Create a numeral of a int, bit-vector, or finite-domain sort.
Z3_bool Z3_API Z3_is_app(__in Z3_context c, __in Z3_ast a)
Z3_ast Z3_API Z3_mk_store(__in Z3_context c, __in Z3_ast a, __in Z3_ast i, __in Z3_ast v)
Array update.
unsigned Z3_API Z3_get_bv_sort_size(__in Z3_context c, __in Z3_sort t)
Return the size of the given bit-vector sort.
Z3_tactic Z3_API Z3_tactic_par_or(__in Z3_context c, __in unsigned num, __in_ecount(num) Z3_tactic const ts[])
Return a tactic that applies the given tactics in parallel.
void Z3_API Z3_ast_map_reset(__in Z3_context c, __in Z3_ast_map m)
Remove all keys from the given map.
void Z3_API Z3_del_model(__in Z3_context c, __in Z3_model m)
Delete a model object.
Z3_sort Z3_API Z3_get_quantifier_bound_sort(__in Z3_context c, __in Z3_ast a, unsigned i)
Return sort of the i'th bound variable.
Z3_ast Z3_API Z3_get_model_func_entry_arg(__in Z3_context c, __in Z3_model m, __in unsigned i, __in unsigned j, __in unsigned k)
Return the k-th argument of the j-th entry of the i-th function interpretation in the given model...
void Z3_API Z3_global_param_reset_all(void)
Restore the value of all global (and module) parameters. This command will not affect already created...
Z3_bool Z3_API Z3_model_has_interp(__in Z3_context c, __in Z3_model m, __in Z3_func_decl a)
Test if there exists an interpretation (i.e., assignment) for a in the model m.
Z3_ast Z3_API Z3_mk_bvashr(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Arithmetic shift right.
void Z3_API Z3_fixedpoint_set_predicate_representation(__in Z3_context c, __in Z3_fixedpoint d, __in Z3_func_decl f, __in unsigned num_relations, __in_ecount(num_relations) Z3_symbol const relation_kinds[])
Configure the predicate representation.
Z3_sort_kind Z3_API Z3_get_sort_kind(__in Z3_context c, __in Z3_sort t)
Return the sort kind (e.g., array, tuple, int, bool, etc).
void Z3_API Z3_ast_map_dec_ref(__in Z3_context c, __in Z3_ast_map m)
Decrement the reference counter of the given AST map.
void Z3_error_handler(Z3_context c, Z3_error_code e)
Z3 custom error handler (See Z3_set_error_handler).
Definition: z3_api.h:1338
void Z3_API Z3_ast_vector_dec_ref(__in Z3_context c, __in Z3_ast_vector v)
Decrement the reference counter of the given AST vector.
Z3_ast Z3_API Z3_mk_app(__in Z3_context c, __in Z3_func_decl d, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[])
Create a constant or function application.
Z3_func_decl Z3_API Z3_mk_func_decl(__in Z3_context c, __in Z3_symbol s, __in unsigned domain_size, __in_ecount(domain_size) Z3_sort const domain[], __in Z3_sort range)
Declare a constant or function.
Z3_sort Z3_API Z3_get_relation_column(__in Z3_context c, __in Z3_sort s, unsigned col)
Return sort at i'th column of relation sort.
Z3_ast Z3_API Z3_get_algebraic_number_lower(__in Z3_context c, __in Z3_ast a, __in unsigned precision)
Return a lower bound for the given real algebraic number. The interval isolating the number is smalle...
Z3_ast Z3_API Z3_mk_is_int(__in Z3_context c, __in Z3_ast t1)
Check if a real number is an integer.
void Z3_API Z3_stats_dec_ref(__in Z3_context c, __in Z3_stats s)
Decrement the reference counter of the given statistics object.
Z3_ast Z3_API Z3_ast_map_find(__in Z3_context c, __in Z3_ast_map m, __in Z3_ast k)
Return the value associated with the key k.
void Z3_API Z3_update_param_value(__in Z3_context c, __in Z3_string param_id, __in Z3_string param_value)
Set a value of a context parameter.
Z3_ast Z3_API Z3_mk_quantifier(__in Z3_context c, __in Z3_bool is_forall, __in unsigned weight, __in unsigned num_patterns, __in_ecount(num_patterns) Z3_pattern const patterns[], __in unsigned num_decls, __in_ecount(num_decls) Z3_sort const sorts[], __in_ecount(num_decls) Z3_symbol const decl_names[], __in Z3_ast body)
Create a quantifier - universal or existential, with pattern hints. See the documentation for Z3_mk_f...
Z3_ast Z3_API Z3_mk_concat(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Concatenate the given bit-vectors.
void Z3_API Z3_solver_pop(__in Z3_context c, __in Z3_solver s, unsigned n)
Backtrack n backtracking points.
Z3_tactic Z3_API Z3_tactic_fail_if_not_decided(__in Z3_context c)
Return a tactic that fails if the goal is not trivially satisfiable (i.e., empty) or trivially unsati...
unsigned Z3_API Z3_func_interp_get_arity(__in Z3_context c, __in Z3_func_interp f)
Return the arity (number of arguments) of the given function interpretation.
Z3_params Z3_API Z3_mk_params(__in Z3_context c)
Create a Z3 (empty) parameter set. Starting at Z3 4.0, parameter sets are used to configure many comp...
void Z3_API Z3_ast_map_insert(__in Z3_context c, __in Z3_ast_map m, __in Z3_ast k, __in Z3_ast v)
Store/Replace a new key, value pair in the given map.
Z3_ast_vector Z3_API Z3_ast_vector_translate(__in Z3_context s, __in Z3_ast_vector v, __in Z3_context t)
Translate the AST vector v from context s into an AST vector in context t.
Z3_ast Z3_API Z3_get_literal(__in Z3_context c, __in Z3_literals lbls, __in unsigned idx)
Retrieve literal expression at idx.
Z3_tactic Z3_API Z3_tactic_or_else(__in Z3_context c, __in Z3_tactic t1, __in Z3_tactic t2)
Return a tactic that first applies t1 to a given goal, if it fails then returns the result of t2 appl...
void Z3_API Z3_ast_vector_set(__in Z3_context c, __in Z3_ast_vector v, __in unsigned i, __in Z3_ast a)
Update position i of the AST vector v with the AST a.
Z3_error_code Z3_API Z3_get_error_code(__in Z3_context c)
Return the error code for the last API call.
Z3_ast Z3_API Z3_get_decl_ast_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx)
Return the expresson value associated with an expression parameter.
unsigned Z3_API Z3_get_tuple_sort_num_fields(__in Z3_context c, __in Z3_sort t)
Return the number of fields of the given tuple sort.
Z3_ast Z3_API Z3_mk_array_default(__in Z3_context c, __in Z3_ast array)
Access the array default value. Produces the default range value, for arrays that can be represented ...
Z3_symbol Z3_API Z3_get_decl_symbol_parameter(__in Z3_context c, __in Z3_func_decl d, unsigned idx)
Return the double value associated with an double parameter.
unsigned Z3_API Z3_get_datatype_sort_num_constructors(__in Z3_context c, __in Z3_sort t)
Return number of constructors for datatype.
void Z3_API Z3_fixedpoint_set_params(__in Z3_context c, __in Z3_fixedpoint f, __in Z3_params p)
Set parameters on fixedpoint context.
Z3_symbol Z3_API Z3_mk_int_symbol(__in Z3_context c, __in int i)
Create a Z3 symbol using an integer.
Z3_bool Z3_API Z3_is_quantifier_forall(__in Z3_context c, __in Z3_ast a)
Determine if quantifier is universal.
Z3_search_failure
The different kinds of search failure types.
Definition: z3_api.h:1235
Z3_literals Z3_API Z3_get_relevant_labels(__in Z3_context c)
Retrieve the set of labels that were relevant in the context of the current satisfied context...
unsigned Z3_API Z3_get_quantifier_num_no_patterns(__in Z3_context c, __in Z3_ast a)
Return number of no_patterns used in quantifier.
Z3_lbool Z3_API Z3_solver_check_assumptions(__in Z3_context c, __in Z3_solver s, __in unsigned num_assumptions, __in_ecount(num_assumptions) Z3_ast const assumptions[])
Check whether the assertions in the given solver and optional assumptions are consistent or not...
Z3_sort Z3_API Z3_mk_finite_domain_sort(__in Z3_context c, __in Z3_symbol name, __in unsigned __int64 size)
Create a named finite domain sort.
Z3_bool Z3_API Z3_is_numeral_ast(__in Z3_context c, __in Z3_ast a)
Z3_constructor_list Z3_API Z3_mk_constructor_list(__in Z3_context c, __in unsigned num_constructors, __in_ecount(num_constructors) Z3_constructor const constructors[])
Create list of constructors.
Z3_ast Z3_API Z3_mk_add(__in Z3_context c, __in unsigned num_args, __in_ecount(num_args) Z3_ast const args[])
Create an AST node representing args[0] + ... + args[num_args-1].The array args must have num_args el...
Z3_ast Z3_API Z3_get_app_arg(__in Z3_context c, __in Z3_app a, __in unsigned i)
Return the i-th argument of the given application.
void Z3_API Z3_set_param_value(__in Z3_config c, __in Z3_string param_id, __in Z3_string param_value)
Set a configuration parameter.
Z3_probe Z3_API Z3_mk_probe(__in Z3_context c, __in Z3_string name)
Return a probe associated with the given name. The complete list of probes may be obtained using the ...
Z3_sort Z3_API Z3_model_get_sort(__in Z3_context c, __in Z3_model m, __in unsigned i)
Return a uninterpreted sort that m assigns an interpretation.
Z3_ast Z3_API Z3_mk_rem(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2)
Create an AST node representing arg1 rem arg2.The arguments must have int type.
Z3_bool Z3_API Z3_is_array_value(__in Z3_context c, __in Z3_model m, __in Z3_ast v, __out unsigned *num_entries)
Determine whether the term encodes an array value. A term encodes an array value if it is a nested se...
Z3_bool Z3_API Z3_get_numeral_rational_int64(__in Z3_context c, __in Z3_ast v, __out __int64 *num, __out __int64 *den)
Similar to Z3_get_numeral_string, but only succeeds if the value can fit as a rational number as mach...
Z3_probe Z3_API Z3_probe_and(__in Z3_context x, __in Z3_probe p1, __in Z3_probe p2)
Return a probe that evaluates to "true" when p1 and p2 evaluates to true.
Z3_bool Z3_API Z3_get_numeral_int64(__in Z3_context c, __in Z3_ast v, __out __int64 *i)
Similar to Z3_get_numeral_string, but only succeeds if the value can fit in a machine __int64 int...
Z3_ast Z3_API Z3_mk_bvlshr(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Logical shift right.
void Z3_API Z3_tactic_inc_ref(__in Z3_context c, __in Z3_tactic t)
Increment the reference counter of the given tactic.
DEFINE_VOID(Z3_theory_data)
Z3_ast Z3_API Z3_mk_const_array(__in Z3_context c, __in Z3_sort domain, __in Z3_ast v)
Create the constant array.
Z3_bool Z3_API Z3_is_eq_func_decl(__in Z3_context c, __in Z3_func_decl f1, Z3_func_decl f2)
compare terms.
Z3_ast Z3_API Z3_mk_le(__in Z3_context c, __in Z3_ast t1, __in Z3_ast t2)
Create less than or equal to.
Z3_param_descrs Z3_API Z3_fixedpoint_get_param_descrs(__in Z3_context c, __in Z3_fixedpoint f)
Return the parameter description set for the given fixedpoint object.
Z3_decl_kind
The different kinds of interpreted function kinds.
Definition: z3_api.h:966
Z3_ast Z3_API Z3_mk_label(__in Z3_context c, __in Z3_symbol s, Z3_bool is_pos, Z3_ast f)
Create a labeled formula.
double Z3_API Z3_probe_apply(__in Z3_context c, __in Z3_probe p, __in Z3_goal g)
Execute the probe over the goal. The probe always produce a double value. "Boolean" probes return 0...
Z3_ast Z3_API Z3_mk_set_difference(__in Z3_context c, __in Z3_ast arg1, __in Z3_ast arg2)
Take the set difference between two sets.
Z3_lbool Z3_API Z3_get_bool_value(__in Z3_context c, __in Z3_ast a)
Return Z3_L_TRUE if a is true, Z3_L_FALSE if it is false, and Z3_L_UNDEF otherwise.
Z3_ast Z3_API Z3_simplify_ex(__in Z3_context c, __in Z3_ast a, __in Z3_params p)
Interface to simplifier.
unsigned Z3_API Z3_get_domain_size(__in Z3_context c, __in Z3_func_decl d)
Return the number of parameters of the given declaration.
Z3_param_descrs Z3_API Z3_simplify_get_param_descrs(__in Z3_context c)
Return the parameter description set for the simplify procedure.
Z3_sort Z3_API Z3_get_smtlib_sort(__in Z3_context c, __in unsigned i)
Return the i-th sort parsed by the last call to Z3_parse_smtlib_string or Z3_parse_smtlib_file.
Z3_sort Z3_API Z3_theory_mk_sort(__in Z3_context c, __in Z3_theory t, __in Z3_symbol s)
Create an interpreted theory sort.
unsigned Z3_API Z3_apply_result_get_num_subgoals(__in Z3_context c, __in Z3_apply_result r)
Return the number of subgoals in the Z3_apply_result object returned by Z3_tactic_apply.
Z3_literals Z3_API Z3_get_relevant_literals(__in Z3_context c)
Retrieve the set of literals that satisfy the current context.
#define Z3_ast_opt
Definition: z3_api.h:28
Z3_ast Z3_API Z3_mk_set_member(__in Z3_context c, __in Z3_ast elem, __in Z3_ast set)
Check for set membership.
Z3_ast Z3_API Z3_mk_bvredand(__in Z3_context c, __in Z3_ast t1)
Take conjunction of bits in vector, return vector of length 1.
Z3_ast Z3_API Z3_mk_rotate_right(__in Z3_context c, __in unsigned i, __in Z3_ast t1)
Rotate bits of t1 to the right i times.
void Z3_API Z3_assert_cnstr(__in Z3_context c, __in Z3_ast a)
Assert a constraint into the logical context.
unsigned Z3_API Z3_stats_get_uint_value(__in Z3_context c, __in Z3_stats s, __in unsigned idx)
Return the unsigned value of the given statistical data.
void Z3_API Z3_ast_vector_resize(__in Z3_context c, __in Z3_ast_vector v, __in unsigned n)
Resize the AST vector v.
Z3_ast_vector Z3_API Z3_mk_ast_vector(__in Z3_context c)
Return an empty AST vector.
Z3_bool Z3_API Z3_is_eq_sort(__in Z3_context c, __in Z3_sort s1, __in Z3_sort s2)
compare sorts.
Z3_ast Z3_API Z3_mk_full_set(__in Z3_context c, __in Z3_sort domain)
Create the full set.
Z3_goal Z3_API Z3_mk_goal(__in Z3_context c, __in Z3_bool models, __in Z3_bool unsat_cores, __in Z3_bool proofs)
Create a goal (aka problem). A goal is essentially a set of formulas, that can be solved and/or trans...
Z3_ast Z3_API Z3_fixedpoint_get_answer(__in Z3_context c, __in Z3_fixedpoint d)
Retrieve a formula that encodes satisfying answers to the query.
unsigned Z3_API Z3_theory_get_num_elems(__in Z3_theory t)
Return the number of expressions of the given theory in the logical context. These are the expression...
Z3_func_decl Z3_API Z3_to_func_decl(__in Z3_context c, __in Z3_ast a)
Convert an AST into a FUNC_DECL_AST. This is just type casting.
Z3_ast Z3_API Z3_mk_real(__in Z3_context c, __in int num, __in int den)
Create a real from a fraction.
Z3_string Z3_API Z3_solver_get_reason_unknown(__in Z3_context c, __in Z3_solver s)
Return a brief justification for an "unknown" result (i.e., Z3_L_UNDEF) for the commands Z3_solver_ch...
unsigned Z3_API Z3_get_quantifier_num_bound(__in Z3_context c, __in Z3_ast a)
Return number of bound variables of quantifier.
const char * Z3_string
Z3 string type. It is just an alias for const char *.
Definition: z3_api.h:111
Z3_ast Z3_API Z3_mk_empty_set(__in Z3_context c, __in Z3_sort domain)
Create the empty set.