Table of Contents

Class Graphs

Namespace
Italbytz.Graph
Assembly
Italbytz.Graph.dll
public sealed class Graphs
Inheritance
Graphs
Inherited Members

Properties

AIMARomania

public UndirectedGraph<string, ITaggedEdge<string, double>> AIMARomania { get; }

Property Value

UndirectedGraph<string, ITaggedEdge<string, double>>

AIMARomaniaHeuristic

public Func<string, double> AIMARomaniaHeuristic { get; }

Property Value

Func<string, double>

Instance

public static Graphs Instance { get; }

Property Value

Graphs

TanenbaumWetherall

public UndirectedGraph<string, ITaggedEdge<string, double>> TanenbaumWetherall { get; }

Property Value

UndirectedGraph<string, ITaggedEdge<string, double>>