3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/api
2018-03-30 22:34:07 +07:00
..
c++ Fix typos. 2018-03-09 14:30:43 +07:00
dll Tabs, formatting. 2017-09-17 14:54:09 +01:00
dotnet remove references to deprecated uses of PROOF_MODE #1531 2018-03-10 13:55:01 -05:00
java Merge branch 'master' of https://github.com/z3prover/z3 2018-03-14 09:04:10 -07:00
ml fix #1539 2018-03-14 18:14:29 -07:00
python fix #1545 2018-03-17 17:49:33 -07:00
api_algebraic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_arith.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_array.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_ast.cpp remove references to deprecated uses of PROOF_MODE #1531 2018-03-10 13:55:01 -05:00
api_ast_map.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_ast_map.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
api_ast_vector.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_ast_vector.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
api_bv.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_config_params.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_context.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_context.h add eval feature #1553 2018-03-23 16:26:20 -07:00
api_datalog.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_datalog.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_datalog_spacer.inc Use nullptr. 2018-02-12 14:05:55 +07:00
api_datatype.cpp fix #1510 by reintroducing automatic declaration of recognizers 2018-03-02 23:02:20 +09:00
api_fpa.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_goal.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_goal.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_interp.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_log.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_model.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_model.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_numeral.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_opt.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_params.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_parsers.cpp fix diagnostic output #1553 2018-03-24 10:37:05 -07:00
api_pb.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_polynomial.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_polynomial.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_qe.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_quant.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_rcf.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_seq.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_solver.cpp fix bugs found while running sample from #1112 in debug mode 2018-02-28 22:35:41 +09:00
api_solver.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_stats.cpp Update header includes to be relative to src/ directory. 2017-08-17 18:26:53 +01:00
api_stats.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
api_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_tactic.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_util.h Use nullptr. 2018-02-12 14:05:55 +07:00
CMakeLists.txt remove smtlib1 dependencies 2017-11-28 10:37:30 -08:00
z3.h add stdbool.h 2018-03-27 12:19:24 -07:00
z3_algebraic.h Fix minor issues in docs. 2018-03-16 20:56:06 +07:00
z3_api.h Update Z3_bool doc. 2018-03-30 22:34:07 +07:00
z3_ast_containers.h add newline 2017-09-22 09:54:56 -05:00
z3_fixedpoint.h Fix typos. 2018-02-01 19:39:43 +07:00
z3_fpa.h Fix typos. 2018-03-09 14:30:43 +07:00
z3_interp.h Fix typos. 2018-03-09 14:30:43 +07:00
z3_logger.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
z3_macros.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_optimization.h [Doxygen] Fix some Doxygen warnings for z3_optimization.h 2017-06-07 18:45:12 +01:00
z3_polynomial.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_private.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
z3_rcf.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_replayer.cpp use stdbool #1526 instead of int 2018-03-27 15:41:53 -07:00
z3_replayer.h use stdbool #1526 instead of int 2018-03-27 15:41:53 -07:00
z3_spacer.h adding cdecl directive to Z3_qe_lite to address build failure for Java bindings 2017-07-31 23:14:53 -07:00
z3_v1.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00