mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 08:47:37 +00:00
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: |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| inc_sat_solver.cpp | ||
| inc_sat_solver.h | ||
| sat_smt_setup.h | ||
| sat_smt_solver.cpp | ||
| sat_smt_solver.h | ||