We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165997d commit 412437dCopy full SHA for 412437d
tests/maxbsp_converter_and_hc.cpp
@@ -127,4 +127,4 @@ BOOST_AUTO_TEST_CASE(maxbsp_scheduling) {
127
auto cost_hccs_large = maxbsp_cs_large.computeCosts();
128
std::cout<<"Cost after comm. sched. hill climbing on large DAG: "<<cost_hccs_large<<std::endl;
129
BOOST_CHECK(cost_hccs_large <= cost_maxbsp_cs_large);
130
-};
+}
0 commit comments