Skip to content
Snippets Groups Projects
reader_test.cpp 157 B
Newer Older
#include <catch2/catch.hpp>

#include <gp-bnb/graph.hpp>
//#include <gp-bnb/MetisReader.hpp>

// Tests for MetisReader

TEST_CASE("MetisReaderTest") {
    
}