class AtCoder::MaxFlow::Edge

Defined in:

max_flow.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(to : Int64, capacity : Int64, reverse_index : Int64) #

[View source]

Instance Method Detail

def capacity : Int64 #

[View source]
def capacity=(capacity : Int64) #

[View source]
def reverse_index : Int64 #

[View source]
def to : Int64 #

[View source]