C# Class CodeJam.Utils.graph.EdgeInt64

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

public Int64,System cap
return System.Int64

from public_oe property

public int from
return int