C# Class CodeJam.Utils.graph.EdgeUInt64

Show file Open project: eric7237cire/CodeJam

Public Properties

Property Type Description
cap System.UInt64
from int

Public Methods

Method Description
EdgeUInt64 ( int from, int to, System.UInt64 cap, System.UInt64 flow, int index ) : System

Method Details

EdgeUInt64() public method

public EdgeUInt64 ( int from, int to, System.UInt64 cap, System.UInt64 flow, int index ) : System
from int
to int
cap System.UInt64
flow System.UInt64
index int
return System

Property Details

cap public property

public UInt64,System cap
return System.UInt64

from public property

public int from
return int