C# Class CodeJam.Utils.graph.EdgeInt64

Show file Open project: eric7237cire/CodeJam

Public Properties

Property Type Description
cap System.Int64
from int

Public Methods

Method Description
EdgeInt64 ( int from, int to, System.Int64 cap, System.Int64 flow, int index ) : System

Method Details

EdgeInt64() public method

public EdgeInt64 ( int from, int to, System.Int64 cap, System.Int64 flow, int index ) : System
from int
to int
cap System.Int64
flow System.Int64
index int
return System

Property Details

cap public property

public Int64,System cap
return System.Int64

from public property

public int from
return int