C# Class CodeJam.Utils.graph.EdgeDouble

Afficher le fichier Open project: eric7237cire/CodeJam

Méthodes publiques

Свойство Type Description
cap Double
from int

Méthodes publiques

Méthode Description
EdgeDouble ( int from, int to, Double cap, Double flow, int index ) : System

Method Details

EdgeDouble() public méthode

public EdgeDouble ( int from, int to, Double cap, Double flow, int index ) : System
from int
to int
cap Double
flow Double
index int
Résultat System

Property Details

cap public_oe property

public Double cap
Résultat Double

from public_oe property

public int from
Résultat int