3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 13:58:45 +00:00
z3/src/api
Nikolaj Bjorner 426e4cc75c fix #3557
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-04-03 16:37:59 -07:00
..
c++ Extract defining components of algebraic number via C and C++ API (#3321) 2020-03-17 09:09:02 -07:00
dll Tabs, formatting. 2017-09-17 14:54:09 +01:00
dotnet rename additional build options #2709 2019-11-18 21:32:35 -08:00
java add missing API call for solverInterrupt to Java. Fix #3382 2020-03-18 14:52:59 -07:00
julia Extract defining components of algebraic number via C and C++ API (#3321) 2020-03-17 09:09:02 -07:00
ml update ocaml doc per #2843 2020-01-06 20:26:06 -08:00
python z3py: fix And/Or context deduction (#3687) 2020-04-03 13:13:51 -07:00
api_algebraic.cpp Extract defining components of algebraic number via C and C++ API (#3321) 2020-03-17 09:09:02 -07:00
api_arith.cpp expose mk_divides over API. Corresponds to a = b (mod m), #723 2019-10-08 08:46:49 -07:00
api_array.cpp use Z3_char_ptr 2019-10-08 09:14:10 -07:00
api_ast.cpp prepare symbols to be more abstract, update mbi, delay initialize some modules 2020-01-10 12:02:08 -08:00
api_ast_map.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_ast_map.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
api_ast_vector.cpp overhaul of error messages. Add warning in dimacs conversion 2018-07-04 16:04:37 -07:00
api_ast_vector.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
api_bv.cpp add some static 2019-07-07 15:30:32 +01:00
api_config_params.cpp avoid a few str copies + symbol hiding 2019-03-08 10:13:46 +00:00
api_context.cpp remove tracing, fix doctext 2019-06-21 15:08:26 +02:00
api_context.h return non-escaped string value for Python #3080 2020-02-26 09:16:23 -08:00
api_datalog.cpp prepare symbols to be more abstract, update mbi, delay initialize some modules 2020-01-10 12:02:08 -08:00
api_datalog.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_datatype.cpp fix #2251 thanks to Clark 2019-04-27 09:44:18 -07:00
api_fpa.cpp make a few helpers static 2019-06-30 15:22:40 +01:00
api_goal.cpp fixes to cuts 2020-02-21 18:06:57 -08:00
api_goal.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_log.cpp reduce contention #2842 2020-01-06 20:10:11 -08:00
api_model.cpp fix build issue for debug mode 2019-06-20 17:21:04 +02:00
api_model.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_numeral.cpp Fix FPA rounding mode for FP string numerals. Fixes #2851. 2020-01-09 17:11:08 +00:00
api_opt.cpp fix #3557 2020-04-03 16:37:59 -07:00
api_params.cpp prepare symbols to be more abstract, update mbi, delay initialize some modules 2020-01-10 12:02:08 -08:00
api_parsers.cpp remove strategic solver header file 2019-08-09 15:56:04 -07:00
api_pb.cpp use Z3_char_ptr 2019-10-08 09:14:10 -07:00
api_polynomial.cpp remove virtual destructor from api::pmanager 2018-07-09 10:37:26 +01:00
api_polynomial.h remove virtual destructor from api::pmanager 2018-07-09 10:37:26 +01:00
api_qe.cpp merge 2018-10-14 15:16:22 -07:00
api_quant.cpp prepare symbols to be more abstract, update mbi, delay initialize some modules 2020-01-10 12:02:08 -08:00
api_rcf.cpp Simplify boolean code. 2018-12-07 22:06:51 +07:00
api_seq.cpp return non-escaped string value for Python #3080 2020-02-26 09:16:23 -08:00
api_solver.cpp fix #3557 2020-04-03 16:37:59 -07:00
api_solver.h fix #1006 2019-10-09 21:47:43 -07:00
api_special_relations.cpp remove trc 2019-04-17 10:47:46 -07:00
api_stats.cpp avoid a few str copies + symbol hiding 2019-03-08 10:13:46 +00:00
api_stats.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
api_tactic.cpp fix #2164 address some of simplification shortcommings from #2151 #2152 #2153 2019-03-03 11:33:44 -08:00
api_tactic.h merge with master 2018-03-25 14:57:01 -07:00
api_util.h move to abstract symbols 2020-01-10 12:14:13 -08:00
CMakeLists.txt Change from BINARY_DIR to PROJECT_BINARY_DIR 2019-05-15 11:25:40 -07:00
z3.h remove interpolation and duality dependencies 2018-05-24 08:33:48 -07:00
z3_algebraic.h Extract defining components of algebraic number via C and C++ API (#3321) 2020-03-17 09:09:02 -07:00
z3_api.h return non-escaped string value for Python #3080 2020-02-26 09:16:23 -08:00
z3_ast_containers.h Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
z3_fixedpoint.h remove push/pop for fixedpoint objects from API #2249 2019-04-27 10:13:15 -07:00
z3_fpa.h More see also content in C API docs. 2019-08-13 09:25:27 -07:00
z3_logger.h move to abstract symbols 2020-01-10 12:14:13 -08:00
z3_macros.h Remove unused DEFINE_VOID macro. 2018-11-26 09:20:04 +07:00
z3_optimization.h More see also content in C API docs. 2019-08-13 09:25:27 -07:00
z3_polynomial.h Fix up more documentation formatting. 2018-12-04 20:20:21 +07:00
z3_private.h Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
z3_rcf.h Fix up more documentation formatting. 2018-12-04 20:20:21 +07:00
z3_replayer.cpp move to abstract symbols 2020-01-10 12:14:13 -08:00
z3_replayer.h Use stdint.h for int64_t / uint64_t in API. 2018-03-30 23:06:24 +07:00
z3_spacer.h Fix up more documentation formatting. 2018-12-04 20:20:21 +07:00
z3_v1.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00