3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-18 09:12:16 +00:00
z3/src/tactic
Copilot eb7fd9efaa
Add virtual translate method to solver_factory class (#7780)
* Initial plan

* Add virtual translate method to solver_factory base class and all implementations

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

* Add documentation for the translate method in solver_factory

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2025-08-14 11:54:34 -07:00
..
aig Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
arith Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
bv Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
core enable conditional euf-completion with (optional) solver 2025-06-06 11:42:31 +02:00
fd_solver Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
fpa Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
portfolio Add virtual translate method to solver_factory class (#7780) 2025-08-14 11:54:34 -07:00
sls Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
smtlogics Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
ufbv Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
CMakeLists.txt move horn_subsume_model_converter to ast/converters 2022-11-03 20:26:02 -07:00
dependency_converter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dependency_converter.h move model and proof converters to self-contained module 2022-11-03 05:23:01 -07:00
dependent_expr_state_tactic.h add an option to register callback on quantifier instantiation 2025-08-06 21:11:55 -07:00
goal.cpp fix #7725 - proofs are only possible if context was created with proofs enabled 2025-07-12 09:14:23 +02:00
goal.h use iterators on goal and other refactoring 2025-03-16 20:04:04 -07:00
goal_num_occurs.cpp fix #4174 2020-05-01 13:15:51 -07:00
goal_num_occurs.h booyah 2020-07-04 15:56:30 -07:00
goal_proof_converter.h Fix some typos. (#7115) 2024-02-07 23:06:43 -08:00
goal_shared_occs.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
goal_shared_occs.h booyah 2020-07-04 15:56:30 -07:00
goal_util.cpp port to inherit from std::exception 2024-11-04 13:25:14 -08:00
goal_util.h booyah 2020-07-04 15:56:30 -07:00
probe.cpp port to inherit from std::exception 2024-11-04 13:25:14 -08:00
probe.h remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
tactic.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
tactic.h fix #7404, relates to #7400. 2024-09-27 11:36:10 +01:00
tactic_exception.h add noexcept 2024-11-04 11:21:55 -08:00
tactical.cpp add an option to register callback on quantifier instantiation 2025-08-06 21:11:55 -07:00
tactical.h booyah 2020-07-04 15:56:30 -07:00
user_propagator_base.h add an option to register callback on quantifier instantiation 2025-08-06 21:11:55 -07:00