C# Class CodeJam.Utils.graph.EdgeInt32

ファイルを表示 Open project: eric7237cire/CodeJam Class Usage Examples

Public Properties

Property Type Description
cap System.Int32
from int
index int

Public Methods

Method Description
EdgeInt32 ( int from, int to, Int32 cap, Int32 flow, int index ) : System

Method Details

EdgeInt32() public method

public EdgeInt32 ( int from, int to, Int32 cap, Int32 flow, int index ) : System
from int
to int
cap System.Int32
flow System.Int32
index int
return System

Property Details

cap public_oe property

public Int32,System cap
return System.Int32

from public_oe property

public int from
return int

index public_oe property

public int index
return int