C# Class CodeJam.Utils.graph.EdgeUInt32

Show file Open project: eric7237cire/CodeJam

Public Properties

Property Type Description
cap System.UInt32
from int

Public Methods

Method Description
EdgeUInt32 ( int from, int to, UInt32 cap, UInt32 flow, int index ) : System

Method Details

EdgeUInt32() public method

public EdgeUInt32 ( int from, int to, UInt32 cap, UInt32 flow, int index ) : System
from int
to int
cap System.UInt32
flow System.UInt32
index int
return System

Property Details

cap public property

public UInt32,System cap
return System.UInt32

from public property

public int from
return int