3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 04:56:03 +00:00

Completed the new UFBV tactic and installed it by default. Removed UFBV_strategy.

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2012-10-24 18:59:37 +01:00
parent 29faabb677
commit 08fada6a25
6 changed files with 165 additions and 538 deletions

View file

@ -919,7 +919,6 @@
<ClCompile Include="trace.cpp" />
<ClCompile Include="tseitin_cnf_tactic.cpp" />
<ClCompile Include="ufbv_rewriter.cpp" />
<ClCompile Include="ufbv_strategy.cpp" />
<ClCompile Include="ufbv_tactic.cpp" />
<ClCompile Include="unifier.cpp" />
<ClCompile Include="unit_subsumption_tactic.cpp" />