C# Class CodeJam.Utils.graph.EdgeUInt64

Mostrar archivo 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_oe property

public UInt64,System cap
return System.UInt64

from public_oe property

public int from
return int