19 return std::numeric_limits<double>::max();
int level() const
returns the level of the edge
const std::string & tag(const HyperGraph::HyperGraphElement *v) const
return the TAG given a vertex
create vertices and edges based on TAGs in, for example, a file
abstract Vertex, your types must derive from that one
virtual double operator()(HyperGraph::Edge *e_, HyperGraph::Vertex *from, HyperGraph::Vertex *to)
cost operator
EdgeTypesCostFunction(std::string edgeTag, std::string vertexTag, int level)