mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
more removals
This commit is contained in:
parent
8db2f1409b
commit
a44772424c
1 changed files with 0 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue