Show / Hide Table of Contents

Enum AlgorithmConstraints

Enumeration of possible algorithm constraints regarding overlap and edge routing.

Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public enum AlgorithmConstraints : int

Fields

Name Description
Automatic

Automatic process if needed.

Must

Must perform process.

Skip

Skip process.

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, AlgorithmConstraints>()
GraphHelpers.GetDiameter<TVertex, TEdge, AlgorithmConstraints>()
GraphHelpers.GetDiameter<TVertex, TEdge, AlgorithmConstraints>(Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape