Skip to content

Commit

Permalink
more removals
Browse files Browse the repository at this point in the history
  • Loading branch information
levnach committed Mar 3, 2023
1 parent 8db2f14 commit a447724
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/test/lp/lp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1563,17 +1563,6 @@ void add_random_cost(lp_primal_simplex<double, double> * solver, int cols) {
}


void random_test() {
for (unsigned i = 0; i < std::numeric_limits<unsigned>::max(); i++) {
try {
random_test_on_i(i);
}
catch (const char * error) {
std::cout << "i = " << i << ", throwing at ' " << error << "'" << std::endl;
break;
}
}
}

#ifndef _WINDOWS
void fill_file_names(vector<std::string> &file_names, std::set<std::string> & minimums) {
Expand Down

0 comments on commit a447724

Please sign in to comment.