Skip to content

Commit 99d0056

Browse files
Update problem.cu
1 parent 355bfd4 commit 99d0056

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cpp/src/mip/problem/problem.cu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,9 +1208,6 @@ void problem_t<i_t, f_t>::remove_given_variables(problem_t<i_t, f_t>& original_p
12081208
{
12091209
thrust::fill(handle_ptr->get_thrust_policy(), offsets.begin(), offsets.end(), 0);
12101210
cuopt_assert(assignment.size() == n_variables, "Variable size mismatch");
1211-
std::cout << "variable_map size " << variable_map.size() << std::endl;
1212-
std::cout << "n_variables " << n_variables << std::endl;
1213-
printf("variable_map size %zu n_variables %d\n", variable_map.size(), n_variables);
12141211
cuopt_assert(variable_map.size() < n_variables, "Too many variables to fix");
12151212
rmm::device_uvector<f_t> tmp_assignment(assignment, handle_ptr->get_stream());
12161213

0 commit comments

Comments
 (0)