Skip to content

Commit

Permalink
space after -
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Nov 12, 2023
1 parent 75df5a3 commit 5d2d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unitTestClp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ int CbcClpUnitTest(const CbcModel &saveModel, const std::string &dirMiplibIn,
std::cout << "cbc_clp Total nodes " << totalNodes << " and " << totalIterations << " iterations - time " << timeTaken << std::endl;
std::cout << "cbc_clp Total Strong " << totalStrong << " times (" <<
totalStrongIts << " iterations) - fathomed " <<
totalStrongFathomed << "- fixed " << totalStrongFixed << std::endl;
totalStrongFathomed << " - fixed " << totalStrongFixed << std::endl;
std::cout << "cbc_clp Total Fast node fathoming " << totalFathomCount
<< " times (" << totalExtraNodes << " nodes, "
<< totalExtraIterations << " iterations)" << std::endl;
Expand Down

0 comments on commit 5d2d52a

Please sign in to comment.