C# Class InfluenceMaximization.Graph

Afficher le fichier Open project: IDEAL-Lab/CIM Class Usage Examples

Méthodes publiques

Свойство Type Description
adj List>
numE int
numV int
rAdj List>

Méthodes publiques

Méthode Description
Graph ( int numV ) : System
Graph ( string FileName ) : System
gadgetGraph ( List sp ) : Graph

Method Details

Graph() public méthode

public Graph ( int numV ) : System
numV int
Résultat System

Graph() public méthode

public Graph ( string FileName ) : System
FileName string
Résultat System

gadgetGraph() public méthode

public gadgetGraph ( List sp ) : Graph
sp List
Résultat Graph

Property Details

adj public_oe property

public List> adj
Résultat List>

numE public_oe property

public int numE
Résultat int

numV public_oe property

public int numV
Résultat int

rAdj public_oe property

public List> rAdj
Résultat List>