#include "edmonds.h" namespace Edmonds { ED::Graph maximum_matching(ED::Graph & graph) { }; }