class Crystalg::Graph::FlowGraph(C)
- Crystalg::Graph::FlowGraph(C)
- Reference
- Object
Overview
C: type of capacity
Defined in:
crystalg/graph/flow_graph.crConstructors
Instance Method Summary
- #add(edge : FlowEdge(C))
- #adjacent_nodes(node_id : NodeID) : Array(Tuple(NodeID, C, Int32))
- #flow(v : NodeID, index : Int32, f : C) : C
- #size