3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-23 08:47:37 +00:00
z3/src/sat/sat_solver
Nikolaj Bjorner a7eed2a9f3 remove flush_smc after m_solver.get_model #7855
the SAT model converter is applied by m_solver.get_model()
Calling m_sat_mc->flush_smc causes the SAT model converter to be inherited within m_sat_mc and then the model converter gets applied again. This time breaking the model.
flush_smc is reserved for incremental use:
2025-09-07 16:42:21 -07:00
..
CMakeLists.txt create simplifier_solver wrapper to supply simplifier layer 2023-01-30 16:12:25 -08:00
inc_sat_solver.cpp remove flush_smc after m_solver.get_model #7855 2025-09-07 16:42:21 -07: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