.. |
c++
|
Remove unnecessary const qualifiers from comparison operator overloads in z3++.h
|
2024-09-23 13:38:07 +01:00 |
dll
|
Tabs, formatting.
|
2017-09-17 14:54:09 +01:00 |
dotnet
|
update path reference to readme
|
2023-12-05 13:47:05 -08:00 |
java
|
Improved Java phantom references (#7131)
|
2024-02-21 08:39:58 -08:00 |
js
|
wasm: increase timeout in tests (#7401)
|
2024-09-25 18:33:14 +01:00 |
julia
|
C API now used by Julia. (#7387)
|
2024-09-24 15:17:00 +01:00 |
ml
|
some code cleaning and complexity improvements (#7133)
|
2024-02-29 08:54:53 -08:00 |
python
|
Add initial value setting for variables in Z3 API, solver, and optimize modules
|
2024-09-18 16:13:15 +03:00 |
api_algebraic.cpp
|
Use nullptr consistently instead of 0 or NULL .
|
2022-08-01 14:24:32 +03:00 |
api_arith.cpp
|
add abs function to API
|
2024-05-09 20:54:39 -07:00 |
api_array.cpp
|
add method for accessing i'th domain sort in array #6344
|
2022-09-15 07:38:02 -07:00 |
api_ast.cpp
|
add abs function to API
|
2024-05-09 20:54:39 -07:00 |
api_ast_map.cpp
|
remove a few string copies
|
2023-12-20 16:55:09 +00: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
|
add comments for API versions of bit-vector overflow/underflow checks for #7011
|
2023-11-28 13:36:41 -08:00 |
api_config_params.cpp
|
add warning messages for #7100
|
2024-01-30 21:30:37 -08:00 |
api_context.cpp
|
Implement API to set exit action to exception (#7192)
|
2024-03-27 19:06:58 -07:00 |
api_context.h
|
Typo Fixes (#6803)
|
2023-07-09 11:56:10 -07:00 |
api_datalog.cpp
|
remove a bunch of string copies in the API
|
2022-10-26 18:22:55 +01:00 |
api_datalog.h
|
booyah
|
2020-07-04 15:56:30 -07:00 |
api_datatype.cpp
|
Fix memory and concurrency issues in OCaml API (#6992)
|
2023-11-16 18:28:12 -08:00 |
api_fpa.cpp
|
remove a few string copies
|
2023-12-20 16:55:09 +00:00 |
api_goal.cpp
|
remove a few string copies
|
2023-12-20 16:55:09 +00: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
|
remove a few string copies
|
2023-12-20 16:55:09 +00:00 |
api_model.h
|
Remove empty leaf destructors. (#6211)
|
2022-07-30 10:07:03 +01:00 |
api_numeral.cpp
|
create as_bin as_hex wrappers for display
|
2024-01-12 09:19:22 -08:00 |
api_opt.cpp
|
Add initial value setting for variables in Z3 API, solver, and optimize modules
|
2024-09-18 16:13:15 +03:00 |
api_params.cpp
|
remove a bunch of string copies in the API
|
2022-10-26 18:22:55 +01:00 |
api_parsers.cpp
|
track assumptions when parsing into a solver. This enables solver.from_file/solver.from_string to support assumptions/cores #6587
|
2023-02-14 11:09:11 -08: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
|
update release notes
|
2023-01-31 12:19:33 -08:00 |
api_quant.cpp
|
add API to access symbols associated with quantifiers
|
2023-11-19 16:30:09 -08:00 |
api_rcf.cpp
|
Add accessors for RCF numeral internals (#7013)
|
2023-11-23 17:54:23 +01:00 |
api_seq.cpp
|
initial warppers for seq-map/seq-fold
|
2024-05-09 14:52:49 -07:00 |
api_solver.cpp
|
Add initial value setting for variables in Z3 API, solver, and optimize modules
|
2024-09-18 16:13:15 +03:00 |
api_solver.h
|
add API for creating and attaching simplifiers
|
2023-01-31 17:06:03 -08: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
|
fix infinite loop in internalize
|
2022-09-14 11:50:53 +01:00 |
api_stats.h
|
Remove empty leaf destructors. (#6211)
|
2022-07-30 10:07:03 +01:00 |
api_tactic.cpp
|
add unconstrained elimination for sequences
|
2023-03-20 17:07:04 +01:00 |
api_tactic.h
|
add API for creating and attaching simplifiers
|
2023-01-31 17:06:03 -08:00 |
api_util.h
|
add parameter validation to ternary and 4-ary functions for API #7219
|
2024-05-11 18:06:18 -07:00 |
CMakeLists.txt
|
cmake: Use FindPython3 . (#7019)
|
2023-11-27 11:20:21 +01:00 |
z3.h
|
z3.h: Don't include stdio.h (#7014)
|
2023-11-24 16:46:32 +01:00 |
z3_algebraic.h
|
fix grouping for latest doxygen (#5626)
|
2021-10-27 23:46:31 +02:00 |
z3_api.h
|
Add initial value setting API for solver and optimize contexts and update related function signatures
|
2024-09-18 16:18:47 +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
|
docs: More intra-doc linking, bit of formatting. (#6963)
|
2023-10-25 10:07:03 -07: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
|
Add initial value setting API for solver and optimize contexts and update related function signatures
|
2024-09-18 16:18:47 +03: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
|
Add accessors for RCF numeral internals (#7013)
|
2023-11-23 17:54:23 +01:00 |
z3_replayer.cpp
|
let the replayer stop when it encounters a C command with invalid args
|
2024-05-17 11:10:09 +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 |