#include <lemon/smart_graph.h>
#include <lemon/graph_utils.h>
#include <lemon/error.h>
#include <lemon/ugraph_adaptor.h>
#include <lemon/maps.h>
#include <lemon/dijkstra.h>
#include <lemon/prim.h>
Namespaces | |
namespace | lemon |
Classes | |
class | SteinerTree |
Algorithm for the 2-approximation of Steiner Tree problem. More... |