3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-31 14:17:47 +00:00
z3/src/util
Lev Nachmanson 2581c1ce38 add trace tag for levelwise
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
2026-01-31 15:56:41 -10:00
..
approx_nat.cpp
approx_nat.h
approx_set.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
approx_set.h Optimize iterator bit scanning and variable matching per TODO directives (#8416) 2026-01-29 19:02:13 -08:00
array.h delete more default constructors 2024-09-23 12:59:04 +01:00
array_map.h Replace custom util/optional with std::optional (#8162) 2026-01-11 19:47:39 -08:00
backtrackable_set.h
basic_interval.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
bit_util.cpp deal with build warnings 2026-01-23 15:03:05 -08:00
bit_util.h [WIP] Update code base to use std::span (#8269) 2026-01-21 12:42:19 -08:00
bit_vector.cpp Migrate codebase to std::string_view (except z3++.h) (#8266) 2026-01-21 09:30:41 -08:00
bit_vector.h remove unneeded iterator functions 2024-09-23 12:59:04 +01:00
buffer.h Extend std::span adoption to utility and AST functions (#8271) 2026-01-21 19:54:53 -08:00
cancel_eh.h fix #7603: race condition in Ctrl-C handling (#7755) 2025-08-06 14:27:28 -07:00
chashtable.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08: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 code simplifications 2026-01-30 15:26:21 +00:00
common_msgs.h code simplifications 2026-01-30 15:26:21 +00:00
container_util.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
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 Add [[nodiscard]] to AST factory functions and modernize iterator loops (#8143) 2026-01-11 09:58:25 -08:00
dependency.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -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 Migrate codebase to std::string_view (except z3++.h) (#8266) 2026-01-21 09:30:41 -08:00
fixed_bit_vector.h
gparams.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08: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 Migrate codebase to std::string_view (except z3++.h) (#8266) 2026-01-21 09:30:41 -08:00
hash.h [WIP] Update code base to use std::span (#8269) 2026-01-21 12:42:19 -08:00
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 Migrate codebase to std::string_view (except z3++.h) (#8266) 2026-01-21 09:30:41 -08:00
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 Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
mpbq.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
mpbqi.h
mpf.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
mpf.h Add [[nodiscard]] to AST factory functions and modernize iterator loops (#8143) 2026-01-11 09:58:25 -08:00
mpff.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
mpff.h add noexcept 2024-11-04 11:21:55 -08:00
mpfx.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
mpfx.h add noexcept 2024-11-04 11:21:55 -08:00
mpn.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
mpn.h some code simplifications in mpn 2023-12-22 15:29:04 +00:00
mpq.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
mpq.h optimize has_sign_bit and mod2k to not compute powers of two 2026-01-31 10:38:41 +00:00
mpq_inf.cpp
mpq_inf.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
mpz.cpp optimize has_sign_bit and mod2k to not compute powers of two 2026-01-31 10:38:41 +00:00
mpz.h optimize has_sign_bit and mod2k to not compute powers of two 2026-01-31 10:38:41 +00:00
mpzzp.h micro tuning perfect square test 2025-09-13 20:10:43 -07:00
mutex.h
nat_set.h
numeral_buffer.h Add [[nodiscard]] to AST factory functions and modernize iterator loops (#8143) 2026-01-11 09:58:25 -08:00
obj_hashtable.h build fixes 2025-10-19 20:55:45 +02: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 Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
page.cpp
page.h
params.cpp Migrate codebase to std::string_view (except z3++.h) (#8266) 2026-01-21 09:30:41 -08:00
params.h disable assignment for param_descrs 2025-04-17 17:29:09 -07:00
parray.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
permutation.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
permutation.h Extend std::span adoption to utility and AST functions (#8271) 2026-01-21 19:54:53 -08:00
plugin_manager.h
pool.h
prime_generator.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
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 code simplifications 2026-01-30 15:26:21 +00:00
rational.h optimize has_sign_bit and mod2k to not compute powers of two 2026-01-31 10:38:41 +00:00
ref.h remove default destructors 2024-10-02 22:20:12 +01:00
ref_buffer.h Extend std::span adoption to utility and AST functions (#8271) 2026-01-21 19:54:53 -08:00
ref_pair_vector.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
ref_util.h
ref_vector.h [WIP] Update code base to use std::span (#8269) 2026-01-21 12:42:19 -08:00
region.cpp Add [[nodiscard]] to AST factory functions and modernize iterator loops (#8143) 2026-01-11 09:58:25 -08:00
region.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
rlimit.cpp fix #7948 2025-09-28 12:52:19 +03: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 Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
sat_literal.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08: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 Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
scoped_numeral_vector.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
scoped_ptr_vector.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08: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 Fix UNKNOWN bug in search tree about inconsistent end state (#8214) 2026-01-16 10:41:13 -08:00
sexpr.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
sexpr.h
sign.h
small_object_allocator.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
small_object_allocator.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
smt2_util.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
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 Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
statistics.h
stats.h
stopwatch.h
str_hashtable.h Migrate codebase to std::string_view (except z3++.h) (#8266) 2026-01-21 09:30:41 -08:00
stream_buffer.h
string_buffer.h
symbol.cpp Migrate codebase to std::string_view (except z3++.h) (#8266) 2026-01-21 09:30:41 -08:00
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 Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08: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 Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
tptr.h tptr: add pointer tagging templates (#7067) 2023-12-19 08:58:32 -08:00
trace.cpp Migrate codebase to std::string_view (except z3++.h) (#8266) 2026-01-21 09:30:41 -08:00
trace.h Migrate codebase to std::string_view (except z3++.h) (#8266) 2026-01-21 09:30:41 -08:00
trace_tags.def add trace tag for levelwise 2026-01-31 15:56:41 -10: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 Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
union_find.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
util.cpp Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
util.h fix underflow bug 2026-01-25 21:10:11 -08:00
var_queue.h port updates from poly/polysat 2023-12-09 13:00:43 -08:00
vector.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-01-14 19:55:31 -08:00
visit_helper.h
warning.cpp [WIP] Add a mutex to warning.cpp to ensure that warning messages from different threads don't interfere (#7963) 2025-10-06 13:38:18 -07:00
warning.h
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 Fix DEL character (0x7F) not being escaped in string literals (#8080) 2025-12-15 22:23:49 +00:00
zstring.h v0 of edit distance repair 2024-12-05 14:14:27 -08:00