.. |
c++
|
fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string
|
2020-07-11 20:24:45 +01:00 |
dll
|
Tabs, formatting.
|
2017-09-17 14:54:09 +01:00 |
dotnet
|
enable binary string access to unsigned numerals over API #4568
|
2020-07-07 18:58:42 -07:00 |
java
|
enable binary string access to unsigned numerals over API #4568
|
2020-07-07 18:59:20 -07:00 |
julia
|
Update README with infos about Julia bindings (#4298)
|
2020-05-12 19:34:47 -07:00 |
ml
|
build
|
2020-07-04 23:34:21 -07:00 |
python
|
fix python test
|
2020-07-11 22:33:47 +01: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
|
remove using insert_if_not_there2
|
2020-04-25 15:08:51 -07:00 |
api_ast_map.h
|
booyah
|
2020-07-04 15:56:30 -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
|
booyah
|
2020-07-04 15:56:30 -07:00 |
api_bv.cpp
|
fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string
|
2020-07-11 20:24:45 +01:00 |
api_config_params.cpp
|
avoid a few str copies + symbol hiding
|
2019-03-08 10:13:46 +00:00 |
api_context.cpp
|
fix #4538 - regression when renaming family from special_relations to specrels
|
2020-07-08 14:46:40 -07:00 |
api_context.h
|
API: dont deref already free'd memory on error
|
2020-06-30 15:04:40 +01:00 |
api_datalog.cpp
|
fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string
|
2020-07-11 20:24:45 +01:00 |
api_datalog.h
|
booyah
|
2020-07-04 15:56:30 -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
|
booyah
|
2020-07-04 15:56:30 -07:00 |
api_log.cpp
|
Remove __DATE__ to make the build more reproducible (#4505)
|
2020-06-07 12:28:39 -07:00 |
api_model.cpp
|
fix build issue for debug mode
|
2019-06-20 17:21:04 +02:00 |
api_model.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
api_numeral.cpp
|
fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string
|
2020-07-11 20:24:45 +01:00 |
api_opt.cpp
|
API: dont deref already free'd memory on error
|
2020-06-30 15:04:40 +01:00 |
api_params.cpp
|
fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string
|
2020-07-11 20:24:45 +01:00 |
api_parsers.cpp
|
API: dont deref already free'd memory on error
|
2020-06-30 15:04:40 +01: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
|
booyah
|
2020-07-04 15:56:30 -07:00 |
api_qe.cpp
|
tidy
|
2020-04-05 13:31:48 -07:00 |
api_quant.cpp
|
add recfun rewriting, remove quantifier based recfun
|
2020-04-26 12:59:51 -07:00 |
api_rcf.cpp
|
Simplify boolean code.
|
2018-12-07 22:06:51 +07:00 |
api_seq.cpp
|
seq
|
2020-05-17 05:35:32 -07:00 |
api_solver.cpp
|
API: dont deref already free'd memory on error
|
2020-06-30 15:04:40 +01:00 |
api_solver.h
|
booyah
|
2020-07-04 15:56:30 -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
|
booyah
|
2020-07-04 15:56:30 -07:00 |
api_tactic.cpp
|
API: dont deref already free'd memory on error
|
2020-06-30 15:04:40 +01:00 |
api_tactic.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
api_util.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
CMakeLists.txt
|
Change from BINARY_DIR to PROJECT_BINARY_DIR
|
2019-05-15 11:25:40 -07:00 |
z3.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
z3_algebraic.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
z3_api.h
|
enable binary string access to unsigned numerals over API #4568
|
2020-07-07 18:17:54 -07:00 |
z3_ast_containers.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
z3_fixedpoint.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
z3_fpa.h
|
booyah
|
2020-07-04 15:56:30 -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
|
booyah
|
2020-07-04 15:56:30 -07:00 |
z3_polynomial.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
z3_private.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
z3_rcf.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
z3_replayer.cpp
|
move to abstract symbols
|
2020-01-10 12:14:13 -08:00 |
z3_replayer.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
z3_spacer.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
z3_v1.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |