Skip to content

Commit

Permalink
Further removed old files that are not used any more
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Kolárik authored and Tomaqa committed Mar 19, 2024
1 parent 89b333e commit 3e4a261
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 7,211 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/options
${CMAKE_SOURCE_DIR}/api
${CMAKE_SOURCE_DIR}/tsolvers
${CMAKE_SOURCE_DIR}/tsolvers/axdiffsolver
${CMAKE_SOURCE_DIR}/tsolvers/arraysolver
${CMAKE_SOURCE_DIR}/tsolvers/egraph
${CMAKE_SOURCE_DIR}/tsolvers/lasolver
${CMAKE_SOURCE_DIR}/tsolvers/stpsolver
Expand Down
2 changes: 0 additions & 2 deletions src/smtsolvers/CoreSMTSolver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1868,8 +1868,6 @@ void CoreSMTSolver::printStatistics( ostream & os )
if ( config.sat_preprocess_theory != 0 )
os << "; T-Vars eliminated........: " << elim_tvars << " out of " << total_tvars << endl;
os << "; TSolvers time............: " << tsolvers_time << " s" << endl;
// if ( config.sat_lazy_dtc != 0 )
// os << "# Interf. equalities.......: " << ie_generated << " out of " << egraph.getInterfaceTermsNumber( ) * (egraph.getInterfaceTermsNumber( )-1) / 2 << endl;
os << "; Init clauses.............: " << clauses.size() << endl;
os << "; Variables................: " << nVars() << endl;
if (config.sat_split_type() != spt_none)
Expand Down
Loading

0 comments on commit 3e4a261

Please sign in to comment.