Skip to content

Commit

Permalink
remove printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
levnach committed Aug 11, 2024
1 parent 518a8b2 commit f7905a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nlsat/nlsat_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,6 @@ namespace nlsat {

//#linxi begin symmetry check
void symmetry_check() {
std::cout << "sym called\n";
unsigned arith_num = m_is_int.size();
if (arith_num > 10000)
return ;
Expand Down Expand Up @@ -1923,7 +1922,6 @@ namespace nlsat {
}
//#linxi begin Variable Ordering Strategy
else if (m_linxi_variable_ordering_strategy > 0) {
std::cout << "m_linxi_variable_ordering_strategy=" << m_linxi_variable_ordering_strategy << "\n";
run_variable_ordering_strategy();
reordered = true;
}
Expand Down

0 comments on commit f7905a5

Please sign in to comment.