C# Class CodeJam.Utils.graph.EdgeUInt16

Show file Open project: eric7237cire/CodeJam

Public Properties

Property Type Description
cap System.UInt16
from int

Public Methods

Method Description
EdgeUInt16 ( int from, int to, UInt16 cap, UInt16 flow, int index ) : System

Method Details

EdgeUInt16() public method

public EdgeUInt16 ( int from, int to, UInt16 cap, UInt16 flow, int index ) : System
from int
to int
cap System.UInt16
flow System.UInt16
index int
return System

Property Details

cap public property

public UInt16,System cap
return System.UInt16

from public property

public int from
return int