3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-23 06:01:26 +00:00
z3/src/smt/tactic
Nikolaj Bjorner b33f444545 add an option to register callback on quantifier instantiation
Suppose a user propagator encodes axioms using quantifiers and uses E-matching for instantiation. If it wants to implement a custom priority scheme or drop some instances based on internal checks it can register a callback with quantifier instantiation
2025-08-06 21:11:55 -07: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
ctx_solver_simplify_tactic.cpp move smt params to params directory, update release.yml 2025-06-09 10:47:22 -07:00
ctx_solver_simplify_tactic.h fix bug in new core not detecting conflict, fix #6525, add tactic doc 2023-01-14 17:20:43 -05:00
smt_tactic_core.cpp add an option to register callback on quantifier instantiation 2025-08-06 21:11:55 -07:00
smt_tactic_core.h simplify code + remove unused file 2022-12-11 22:11:19 +00:00
unit_subsumption_tactic.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
unit_subsumption_tactic.h fix bug in new core not detecting conflict, fix #6525, add tactic doc 2023-01-14 17:20:43 -05:00