class Crystalg::Graph::FlowEdge(U)

Defined in:

crystalg/graph/edge.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : NodeID, target : NodeID, capacity : U) #

[View source]

Instance Method Detail

def capacity #

[View source]
def source #

[View source]
def target #

[View source]