Skip to content

Commit f7905a5

Browse files
committed
remove printouts
1 parent 518a8b2 commit f7905a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/nlsat/nlsat_solver.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,6 @@ namespace nlsat {
18381838

18391839
//#linxi begin symmetry check
18401840
void symmetry_check() {
1841-
std::cout << "sym called\n";
18421841
unsigned arith_num = m_is_int.size();
18431842
if (arith_num > 10000)
18441843
return ;
@@ -1923,7 +1922,6 @@ namespace nlsat {
19231922
}
19241923
//#linxi begin Variable Ordering Strategy
19251924
else if (m_linxi_variable_ordering_strategy > 0) {
1926-
std::cout << "m_linxi_variable_ordering_strategy=" << m_linxi_variable_ordering_strategy << "\n";
19271925
run_variable_ordering_strategy();
19281926
reordered = true;
19291927
}

0 commit comments

Comments
 (0)