3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
z3/src/api
Bruce Mitchener 374b80f37f Remove Z3_get_manager.
This was publicly exported from the shared library, but it isn't
in any header files and isn't used anywhere in the repository.
2018-12-04 21:38:33 +07:00
..
c++ Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
dll Tabs, formatting. 2017-09-17 14:54:09 +01:00
dotnet fix debug build, add access to numerics from model 2018-11-17 15:24:54 -08:00
java Improve JavaDoc. 2018-11-30 08:42:28 +07:00
ml Merge pull request #1969 from Bronsa/master 2018-11-27 10:43:43 -08:00
python add rc2 sample 2018-11-20 14:32:01 -08:00
api_algebraic.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_arith.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_array.cpp overhaul of error messages. Add warning in dimacs conversion 2018-07-04 16:04:37 -07:00
api_ast.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07: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 Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_config_params.cpp catch and print exceptions in Z3_mk_config instead of letting them 2018-11-27 12:31:00 +00:00
api_context.cpp Remove Z3_get_manager. 2018-12-04 21:38:33 +07:00
api_context.h prepare release notes 2018-10-28 17:42:16 -05:00
api_datalog.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_datalog.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_datatype.cpp overhaul of error messages. Add warning in dimacs conversion 2018-07-04 16:04:37 -07:00
api_fpa.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_goal.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_goal.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_log.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_model.cpp Prefer using empty rather than size comparisons. 2018-11-27 21:42:04 +07:00
api_model.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_numeral.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_opt.cpp fix #1577 again 2018-10-06 09:01:01 -07:00
api_params.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_parsers.cpp fix #1577 again 2018-10-06 09:01:01 -07:00
api_pb.cpp Use nullptr. 2018-02-12 14:05:55 +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 Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_rcf.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_seq.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_solver.cpp recover error stream from dimacs 2018-11-12 15:33:46 -08:00
api_solver.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_stats.cpp Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
api_stats.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
api_tactic.cpp overhaul of error messages. Add warning in dimacs conversion 2018-07-04 16:04:37 -07:00
api_tactic.h merge with master 2018-03-25 14:57:01 -07:00
api_util.h Use nullptr. 2018-02-12 14:05:55 +07:00
CMakeLists.txt remove interpolation and duality dependencies 2018-05-24 08:33:48 -07:00
z3.h remove interpolation and duality dependencies 2018-05-24 08:33:48 -07:00
z3_algebraic.h Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
z3_api.h Mark up Z3_L_TRUE and friends correctly in the docs. 2018-12-04 09:12:12 +07:00
z3_ast_containers.h Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
z3_fixedpoint.h Mark up Z3_L_TRUE and friends correctly in the docs. 2018-12-04 09:12:12 +07:00
z3_fpa.h Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
z3_logger.h fix #1782 2018-08-02 10:08:16 -07:00
z3_macros.h Remove unused DEFINE_VOID macro. 2018-11-26 09:20:04 +07:00
z3_optimization.h Mark up Z3_L_TRUE and friends correctly in the docs. 2018-12-04 09:12:12 +07: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 Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
z3_rcf.h Switch from using Z3_bool to using bool. 2018-11-20 11:27:09 +07:00
z3_replayer.cpp have replayer handle oom natively 2018-11-19 10:59:12 -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 Mark up Z3_L_TRUE and friends correctly in the docs. 2018-12-04 09:12:12 +07:00
z3_v1.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00