3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00
z3/src/api
Bruce Mitchener 42f5047463 cmake: Cleanup remnants of workaround for USES_TERMINAL.
In older versions, this was dependent upon the version of cmake,
but when it was updated for newer cmake, these remnants were
left.
2022-08-02 17:39:10 +03:00
..
c++ fix #6193 2022-07-27 04:28:41 +02:00
dll Tabs, formatting. 2017-09-17 14:54:09 +01:00
dotnet cmake: Cleanup remnants of workaround for USES_TERMINAL. 2022-08-02 17:39:10 +03:00
java cmake: Cleanup remnants of workaround for USES_TERMINAL. 2022-08-02 17:39:10 +03:00
js Remove usages of Z3_bool, just use bool. 2022-07-30 05:49:05 +02:00
julia remove deprecated escape string from Julia bindings 2021-10-21 19:14:12 -04:00
ml add missing generation of z3.z3 for pydoc and add some explanations to logging function declaration 2022-07-17 11:03:55 -07:00
python cmake: Cleanup remnants of workaround for USES_TERMINAL. 2022-08-02 17:39:10 +03:00
api_algebraic.cpp Use nullptr consistently instead of 0 or NULL. 2022-08-01 14:24:32 +03:00
api_arith.cpp remove ast_manager get_sort method entirely 2021-02-02 13:57:01 -08:00
api_array.cpp #5815 - surface multi-arity arrays over python API 2022-02-06 08:40:56 +02:00
api_ast.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_ast_map.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_ast_map.h booyah 2020-07-04 15:56:30 -07:00
api_ast_vector.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_ast_vector.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
api_bv.cpp Added bit2bool to the API (#5992) 2022-04-22 09:54:21 +01:00
api_config_params.cpp Remove usages of Z3_bool, just use bool. 2022-07-30 05:49:05 +02:00
api_context.cpp optimizations to api ctx ref counting 2022-07-17 11:44:35 +01:00
api_context.h Mark override methods appropriately. (#6207) 2022-07-29 23:29:15 +02:00
api_datalog.cpp Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
api_datalog.h booyah 2020-07-04 15:56:30 -07:00
api_datatype.cpp fix build for Z3_mk_datatype_sort 2022-04-27 10:01:51 +01:00
api_fpa.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_goal.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_goal.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
api_log.cpp remove refs to bare_str 2022-04-09 12:06:27 +02:00
api_model.cpp fix #6034 2022-05-16 16:44:13 -07:00
api_model.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
api_numeral.cpp sketch initial for mpz/mpq numeral creation 2022-07-27 10:46:03 +02:00
api_opt.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_params.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_parsers.cpp Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
api_pb.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
api_polynomial.cpp remove virtual destructor from api::pmanager 2018-07-09 10:37:26 +01:00
api_polynomial.h remove a hundred implicit constructors/destructors 2021-05-23 14:25:01 +01:00
api_qe.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_quant.cpp fix logging of Z3_mk_lambda and Z3_mk_lambda_const 2021-08-29 00:37:45 +01:00
api_rcf.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_seq.cpp add regex power to API and for Java per request 2022-03-15 19:18:33 -07:00
api_solver.cpp Cache param descrs when modifying solver params (#6156) 2022-07-14 11:11:56 -07:00
api_solver.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
api_special_relations.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_stats.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_stats.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
api_tactic.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
api_tactic.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
api_util.h optimizations to api ctx ref counting 2022-07-17 11:44:35 +01:00
CMakeLists.txt cmake: Cleanup remnants of workaround for USES_TERMINAL. 2022-08-02 17:39:10 +03:00
z3.h booyah 2020-07-04 15:56:30 -07:00
z3_algebraic.h fix grouping for latest doxygen (#5626) 2021-10-27 23:46:31 +02:00
z3_api.h Remove Z3_bool, Z3_TRUE, Z3_FALSE from the API. 2022-08-01 14:25:00 +03:00
z3_ast_containers.h fix grouping for latest doxygen (#5626) 2021-10-27 23:46:31 +02:00
z3_fixedpoint.h Added function to select the next variable to split on (User-Propagator) (#6096) 2022-06-19 10:49:25 -07:00
z3_fpa.h fix grouping for latest doxygen (#5626) 2021-10-27 23:46:31 +02:00
z3_logger.h Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
z3_macros.h Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
z3_optimization.h Added function to select the next variable to split on (User-Propagator) (#6096) 2022-06-19 10:49:25 -07:00
z3_polynomial.h fix grouping for latest doxygen (#5626) 2021-10-27 23:46:31 +02:00
z3_private.h remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
z3_rcf.h fix grouping for latest doxygen (#5626) 2021-10-27 23:46:31 +02:00
z3_replayer.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
z3_replayer.h remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
z3_spacer.h Added function to select the next variable to split on (User-Propagator) (#6096) 2022-06-19 10:49:25 -07:00
z3_v1.h booyah 2020-07-04 15:56:30 -07:00