struct UnweightedEdge2

Defined in:

graph/edge.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(from, to, cost) #

[View source]
def self.new(from, edge : UnweightedEdge) #

[View source]
def self.new(from, to) #

[View source]

Instance Method Detail

def cost : Int32 #

[View source]
def from : Int32 #

[View source]
def from=(from : Int32) #

[View source]
def inspect(io) : Nil #

[View source]
def reverse : self #

[View source]
def sort : self #

[View source]
def to : Int32 #

[View source]
def to=(to : Int32) #

[View source]
def to_s(io) : Nil #

[View source]