mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
better proof mining for Farkas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
89ca9aa5bd
commit
2087c59084
11 changed files with 227 additions and 103 deletions
|
@ -736,6 +736,7 @@
|
|||
<ClCompile Include="propagate_ineqs_tactic.cpp" />
|
||||
<ClCompile Include="proof_checker.cpp" />
|
||||
<ClCompile Include="proof_converter.cpp" />
|
||||
<ClCompile Include="proof_utils.cpp" />
|
||||
<ClCompile Include="proto_model.cpp" />
|
||||
<ClCompile Include="pdecl.cpp" />
|
||||
<ClCompile Include="pull_ite_tree.cpp" />
|
||||
|
@ -1151,6 +1152,7 @@
|
|||
<ClInclude Include="preprocessor.h" />
|
||||
<ClInclude Include="preprocessor_params.h" />
|
||||
<ClInclude Include="proof_checker.h" />
|
||||
<ClInclude Include="proof_utils.h" />
|
||||
<ClInclude Include="pull_ite_tree.h" />
|
||||
<ClInclude Include="pull_quant.h" />
|
||||
<ClInclude Include="push_app_ite.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue