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

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

// Tests for Branch&Bound algorithm

TEST_CASE("BnbTest") {

}