Skip to content

Commit 1eb07c9

Browse files
committed
dirty cost output
1 parent 19f7285 commit 1eb07c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/test_suite_runner/PartitioningTestSuiteRunner.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ limitations under the License.
2020

2121
#include "AbstractTestSuiteRunner.hpp"
2222
#include "StringToScheduler/run_partitioner.hpp"
23-
#include "osp/auxiliary/io/mtx_hypergraph_file_reader.hpp"
2423
#include "osp/auxiliary/io/hmetis_hypergraph_file_reader.hpp"
24+
#include "osp/auxiliary/io/mtx_hypergraph_file_reader.hpp"
2525
#include "osp/bsp/model/BspSchedule.hpp"
2626
#include "osp/graph_implementations/adj_list_impl/computational_dag_vector_impl.hpp"
2727
#include "osp/partitioning/model/partitioning.hpp"
@@ -177,6 +177,8 @@ int PartitioningTestSuiteRunner<GraphType>::Run(int argc, char *argv[]) {
177177

178178
// currently not writing output to file
179179

180+
std::cout << "OSP-Cost: " << cost.first << std::endl << "OSP-CutNet: " << cost.second << std::endl;
181+
180182
if (this->statsOutStream_.is_open()) {
181183
std::map<std::string, std::string> currentRowValues;
182184
currentRowValues["Graph"] = nameGraph;

0 commit comments

Comments
 (0)