3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-07 08:21:56 +00:00

move horn_subsume_model_converter to ast/converters

This commit is contained in:
Nikolaj Bjorner 2022-11-03 20:26:02 -07:00
parent 25bb935793
commit 9007bdf780
5 changed files with 8 additions and 7 deletions

View file

@ -2,6 +2,7 @@ z3_add_component(converters
SOURCES
equiv_proof_converter.cpp
generic_model_converter.cpp
horn_subsume_model_converter.cpp
model_converter.cpp
proof_converter.cpp
replace_proof_converter.cpp