mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
Add coalesce transformer
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d16db63e56
commit
6b414ba5cf
5 changed files with 280 additions and 5 deletions
|
@ -542,6 +542,7 @@
|
|||
<ClCompile Include="dl_costs.cpp" />
|
||||
<ClCompile Include="dl_cmds.cpp" />
|
||||
<ClCompile Include="dl_decl_plugin.cpp" />
|
||||
<ClCompile Include="dl_mk_coalesce.cpp" />
|
||||
<ClCompile Include="dl_mk_coi_filter.cpp" />
|
||||
<ClCompile Include="dl_mk_explanations.cpp" />
|
||||
<ClCompile Include="dl_mk_partial_equiv.cpp" />
|
||||
|
@ -998,6 +999,7 @@
|
|||
<ClInclude Include="diff_logic.h" />
|
||||
<ClInclude Include="dl_decl_plugin.h" />
|
||||
<ClInclude Include="dl_mk_bit_blast.h" />
|
||||
<ClInclude Include="dl_mk_coalesce.h" />
|
||||
<ClInclude Include="dl_mk_slice.h" />
|
||||
<ClInclude Include="dl_mk_coi_filter.h" />
|
||||
<ClInclude Include="dl_mk_explanations.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue