class NgLib:: MaxFlowGraph:: Edge(T)

Defined in:

nglib/graph/max_flow.cr

Constructors

Instance Method Summary

Constructor Detail

def self. new (to : Int32, rev : Int32, cap : T) #

[ View source ]

Instance Method Detail

def cap : T #

[ View source ]
def cap= (cap : T) #

[ View source ]
def rev : Int32 #

[ View source ]
def to : Int32 #

[ View source ]