3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 15:25:26 +00:00
z3/src/sat/sat_solver
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 create simplifier_solver wrapper to supply simplifier layer 2023-01-30 16:12:25 -08:00
inc_sat_solver.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
inc_sat_solver.h booyah 2020-07-04 15:56:30 -07:00
sat_smt_setup.h wip - local search - move to plugin model 2023-02-15 13:32:30 -08:00
sat_smt_solver.cpp add an option to register callback on quantifier instantiation 2025-08-06 21:11:55 -07:00
sat_smt_solver.h introduce sat-smt-solver 2022-11-28 15:06:31 +07:00