#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>
Classes | |
class | SteinerTree< UGraph, CostMap > |
Algorithm for the 2-approximation of Steiner Tree problem. More... | |
Namespaces | |
namespace | lemon |
The namespace of LEMON. |