3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-16 13:51:44 +00:00
z3/src/util
Nikolaj Bjorner 3d9da872c8 build fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2025-10-31 08:32:30 -07:00
..
approx_nat.cpp
approx_nat.h
approx_set.cpp
approx_set.h remove unneeded iterator functions 2024-09-23 12:59:04 +01:00
array.h delete more default constructors 2024-09-23 12:59:04 +01:00
array_map.h
backtrackable_set.h
basic_interval.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
bit_util.cpp
bit_util.h
bit_vector.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
bit_vector.h remove unneeded iterator functions 2024-09-23 12:59:04 +01:00
buffer.h delete more default constructors 2024-09-23 12:59:04 +01:00
cancel_eh.h fix #7603: race condition in Ctrl-C handling (#7755) 2025-08-06 14:27:28 -07:00
chashtable.h Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
checked_int64.h fix semantics of check-int64 div operation to align with smtlib semantics 2025-01-29 04:29:38 -08:00
CMakeLists.txt
cmd_context_types.cpp
cmd_context_types.h
common_msgs.cpp
common_msgs.h
container_util.h
debug.cpp debug : Add support for selecting LLDB via invoke on macOS (#7726) 2025-07-12 09:02:09 +02:00
debug.h debug : Add support for selecting LLDB via invoke on macOS (#7726) 2025-07-12 09:02:09 +02:00
dec_ref_util.h
dependency.h fix build 2023-11-30 14:08:29 -08:00
dictionary.h
distribution.h remove unneeded iterator functions 2024-09-23 12:59:04 +01:00
dlist.h nits 2025-06-30 08:37:39 -07:00
double_manager.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
ema.h add new ema invariant (#7288) 2024-07-15 13:07:12 -07:00
env_params.cpp
env_params.h
error_codes.h
event_handler.h remove default constructor 2025-08-03 09:52:53 +01:00
ext_gcd.h
ext_numeral.h
f2n.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
file_path.h
fixed_bit_vector.cpp
fixed_bit_vector.h
gparams.cpp remove a bunch of string copies 2025-08-03 10:41:38 +01:00
gparams.h #7468 - add option (get-info :parameters) to display solver parameters that were updated globally and distinct from defaults 2025-02-10 11:57:14 -08:00
hash.cpp
hash.h
hashtable.h remove a few useless dynamic casts 2025-09-13 21:06:55 +01:00
heap.h update heap unit tests (#7324) 2024-08-02 18:29:50 -07:00
hwf.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
hwf.h remove default destructors 2024-10-02 22:20:12 +01:00
id_gen.h
id_var_list.h
inf_eps_rational.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
inf_int_rational.cpp
inf_int_rational.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
inf_rational.cpp
inf_rational.h delete more default constructors 2024-09-23 12:59:04 +01:00
inf_s_integer.cpp
inf_s_integer.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
lbool.cpp
lbool.h
lim_vector.h
list.h remove unneeded iterator functions 2024-09-23 12:59:04 +01:00
luby.cpp
luby.h
machine.h
map.h remove default destructors 2024-10-02 22:20:12 +01:00
max_cliques.h
memory_manager.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
memory_manager.h Replace _DEBUG with Z3DEBUG (#7628) 2025-04-22 13:39:01 -07:00
min_cut.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
min_cut.h
mpbq.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
mpbq.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
mpbqi.h
mpf.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
mpf.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
mpff.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
mpff.h add noexcept 2024-11-04 11:21:55 -08:00
mpfx.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
mpfx.h add noexcept 2024-11-04 11:21:55 -08:00
mpn.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
mpn.h some code simplifications in mpn 2023-12-22 15:29:04 +00:00
mpq.cpp micro tuning perfect square test 2025-09-13 20:10:43 -07:00
mpq.h Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
mpq_inf.cpp
mpq_inf.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
mpz.cpp Remove unused variable 'first' in mpz.cpp 2025-10-10 15:36:51 -07:00
mpz.h micro tuning perfect square test 2025-09-13 20:10:43 -07:00
mpzzp.h micro tuning perfect square test 2025-09-13 20:10:43 -07:00
mutex.h
nat_set.h
numeral_buffer.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
obj_hashtable.h build fixes 2025-10-31 08:32:30 -07:00
obj_mark.h
obj_pair_hashtable.h
obj_pair_set.h
obj_ref.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
obj_ref_hashtable.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
obj_triple_hashtable.h
object_allocator.h
optional.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
page.cpp
page.h
params.cpp #7468 - add option (get-info :parameters) to display solver parameters that were updated globally and distinct from defaults 2025-02-10 11:57:14 -08:00
params.h disable assignment for param_descrs 2025-04-17 17:29:09 -07:00
parray.h Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
permutation.cpp add new permutation class invariant (#7299) 2024-07-19 19:27:23 -07:00
permutation.h add permutation unit tests (#7300) 2024-08-01 12:56:26 -07:00
plugin_manager.h
pool.h
prime_generator.cpp
prime_generator.h
ptr_scoped_buffer.h
queue.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
rational.cpp Shared features from polysat branch (#6567) 2023-02-03 13:08:47 -08:00
rational.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
ref.h remove default destructors 2024-10-02 22:20:12 +01:00
ref_buffer.h
ref_pair_vector.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
ref_util.h
ref_vector.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
region.cpp
region.h
rlimit.cpp fix #7948 2025-10-10 15:35:36 -07:00
rlimit.h #7418 - circumvent use of timer threads to make WASM integration of z3 easier 2024-11-21 11:20:05 -08:00
s_integer.cpp
s_integer.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
sat_literal.h delete more default constructors 2024-09-23 12:59:04 +01:00
sat_sls.h Sls (#7439) 2024-11-02 12:32:48 -07:00
scoped_ctrl_c.cpp fix #7603: race condition in Ctrl-C handling (#7755) 2025-08-06 14:27:28 -07:00
scoped_ctrl_c.h fix #7603: race condition in Ctrl-C handling (#7755) 2025-08-06 14:27:28 -07:00
scoped_limit_trail.h
scoped_numeral.h sample fix script 2024-09-23 19:06:51 +01:00
scoped_numeral_buffer.h
scoped_numeral_vector.h
scoped_ptr_vector.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
scoped_timer.cpp Fix a race condition in scoped_timer::finalize (#7618) 2025-04-11 08:08:27 +01:00
scoped_timer.h
scoped_vector.h remove unneeded iterator functions 2024-09-23 12:59:04 +01:00
search_tree.h Par (#7945) 2025-09-21 10:11:04 +03:00
sexpr.cpp Fix some typos in identifiers. (#7118) 2024-02-14 09:25:32 +07:00
sexpr.h
sign.h
small_object_allocator.cpp Nlsat simplify (#7227) 2024-05-14 22:19:33 -07:00
small_object_allocator.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
smt2_util.cpp
smt2_util.h
sorting_network.h Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
stack.cpp
stack.h
stacked_value.h fix uninitialized variable warnings 2025-01-14 13:54:05 -08:00
state_graph.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
state_graph.h
statistics.cpp
statistics.h
stats.h
stopwatch.h
str_hashtable.h
stream_buffer.h
string_buffer.h
symbol.cpp
symbol.h replace a few old-school constructors for a 0.5% reduction in code size 2024-09-02 16:13:46 +01:00
symbol_table.h replace a few old-school constructors for a 0.5% reduction in code size 2024-09-02 16:13:46 +01:00
tbv.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
tbv.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
timeit.cpp
timeit.h
timeout.cpp
timeout.h
timer.h
top_sort.h
total_order.h Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
tptr.h tptr: add pointer tagging templates (#7067) 2023-12-19 08:58:32 -08:00
trace.cpp trace : Sort and reorder trace tags by tag_class and tag_name (#7714) 2025-07-02 09:53:35 -07:00
trace.h some cleanup and functionality for tracing 2025-05-30 14:46:55 +01:00
trace_tags.def revamp ac plugin and plugin propagation 2025-07-21 07:35:06 -07:00
trace_tags.h trace : Sort and reorder trace tags by tag_class and tag_name (#7714) 2025-07-02 09:53:35 -07:00
trail.h Add intblast solver 2023-12-15 13:50:38 -08:00
uint_map.h
uint_set.h fix unit tests, add subsampling mode for false literals 2025-01-20 17:34:59 -08:00
union_find.h Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
util.cpp
util.h code simplification 2025-02-18 19:07:58 -08:00
var_queue.h port updates from poly/polysat 2023-12-09 13:00:43 -08:00
vector.h use usize to work around mess with static_cast<unsigned> insertions when looping over small vectors 2025-06-30 09:04:47 -07:00
visit_helper.h make visited_helper independent of literals 2022-11-03 03:54:39 -07:00
warning.cpp [WIP] Add a mutex to warning.cpp to ensure that warning messages from different threads don't interfere (#7963) 2025-10-10 15:36:50 -07:00
warning.h add redirect for warnings 2022-08-23 15:55:55 -07:00
z3_exception.cpp add noexcept for signature compatibility 2024-11-04 11:13:49 -08:00
z3_exception.h add noexcept for signature compatibility 2024-11-04 11:13:49 -08:00
z3_version.h.cmake.in
z3_version.h.in
zstring.cpp remove a few string copies 2023-12-20 16:55:09 +00:00
zstring.h v0 of edit distance repair 2024-12-05 14:14:27 -08:00