C# Class CodeJam.Utils.graph.EdgeUInt16

Mostra 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_oe property

public UInt16,System cap
return System.UInt16

from public_oe property

public int from
return int