3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-01 21:49:29 +00:00
z3/src/tactic/smtlogics
LeeYoungJoon 0a93ff515d
Centralize and document TRACE tags using X-macros (#7657)
* Introduce X-macro-based trace tag definition
- Created trace_tags.def to centralize TRACE tag definitions
- Each tag includes a symbolic name and description
- Set up enum class TraceTag for type-safe usage in TRACE macros

* Add script to generate Markdown documentation from trace_tags.def
- Python script parses trace_tags.def and outputs trace_tags.md

* Refactor TRACE_NEW to prepend TraceTag and pass enum to is_trace_enabled

* trace: improve trace tag handling system with hierarchical tagging

- Introduce hierarchical tag-class structure: enabling a tag class activates all child tags
- Unify TRACE, STRACE, SCTRACE, and CTRACE under enum TraceTag
- Implement initial version of trace_tag.def using X(tag, tag_class, description)
  (class names and descriptions to be refined in a future update)

* trace: replace all string-based TRACE tags with enum TraceTag
- Migrated all TRACE, STRACE, SCTRACE, and CTRACE macros to use enum TraceTag values instead of raw string literals

* trace : add cstring header

* trace : Add Markdown documentation generation from trace_tags.def via mk_api_doc.py

* trace : rename macro parameter 'class' to 'tag_class' and remove Unicode comment in trace_tags.h.

* trace : Add TODO comment for future implementation of tag_class activation

* trace : Disable code related to tag_class until implementation is ready (#7663).
2025-05-28 14:31:25 +01:00
..
CMakeLists.txt fix #5065 - regression solving str.from_int equations now that it isn't injective any longer 2021-03-02 12:59:48 -08:00
nra_tactic.cpp update release notes 2023-01-31 12:19:33 -08:00
nra_tactic.h booyah 2020-07-04 15:56:30 -07:00
qfaufbv_tactic.cpp remove legacy solve_eqs_tactic entirely 2022-11-14 18:57:16 -08:00
qfaufbv_tactic.h booyah 2020-07-04 15:56:30 -07:00
qfauflia_tactic.cpp minor code cleanup 2022-12-04 03:53:31 -08:00
qfauflia_tactic.h booyah 2020-07-04 15:56:30 -07:00
qfbv_tactic.cpp remove legacy solve_eqs_tactic entirely 2022-11-14 18:57:16 -08:00
qfbv_tactic.h booyah 2020-07-04 15:56:30 -07:00
qfidl_tactic.cpp remove legacy solve_eqs_tactic entirely 2022-11-14 18:57:16 -08:00
qfidl_tactic.h booyah 2020-07-04 15:56:30 -07:00
qflia_tactic.cpp Add a sharp throttle to lia2card tactic to control overhead in default tactic mode 2025-02-02 13:58:51 -08:00
qflia_tactic.h fix #6021 2022-05-08 11:25:24 -07:00
qflra_tactic.cpp fix #5065 - regression solving str.from_int equations now that it isn't injective any longer 2021-03-02 12:59:48 -08:00
qflra_tactic.h booyah 2020-07-04 15:56:30 -07:00
qfnia_tactic.cpp add max conflict throttle to SAT based QFNIA tactic #7329 2024-08-03 11:34:28 -07:00
qfnia_tactic.h booyah 2020-07-04 15:56:30 -07:00
qfnra_tactic.cpp fixes to build warnings 2024-09-30 08:23:31 -07:00
qfnra_tactic.h add release nodes and add the author reference in qfnra_tactic 2024-08-12 08:49:55 -10:00
qfuf_tactic.cpp remove legacy solve_eqs_tactic entirely 2022-11-14 18:57:16 -08:00
qfuf_tactic.h booyah 2020-07-04 15:56:30 -07:00
qfufbv_ackr_model_converter.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
qfufbv_ackr_model_converter.h move model and proof converters to self-contained module 2022-11-03 05:23:01 -07:00
qfufbv_tactic.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
qfufbv_tactic.h booyah 2020-07-04 15:56:30 -07:00
qfufbv_tactic_params.pyg Inc sat for ackr. 2016-03-10 17:36:06 +00:00
quant_tactics.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
quant_tactics.h booyah 2020-07-04 15:56:30 -07:00
smt_tactic.cpp Sls (#7439) 2024-11-02 12:32:48 -07:00
smt_tactic.h fix #5065 - regression solving str.from_int equations now that it isn't injective any longer 2021-03-02 12:59:48 -08:00