We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b0da3 commit a76c4a2Copy full SHA for a76c4a2
1 file changed
apps/osp.cpp
@@ -99,7 +99,7 @@ int main(int argc, char *argv[]) {
99
100
if (schedulersName[algorithmCounter].find("GrowLocal") != std::string::npos && bspInstance.HasAnyTypeRestrictions()) {
101
schedulersFailed[algorithmCounter] = true;
102
- std::cerr << "Error: Algorithm" + algorithm.second.get_child("name").get_value<std::string>()
+ std::cout << "Error: Algorithm" + algorithm.second.get_child("name").get_value<std::string>()
103
+ " skipped, since GrowLocal cannot handle heterogeneous problem instances." << std::endl;
104
algorithmCounter++;
105
continue;
0 commit comments