Class PathConstraintUtils.SimpleGraph
Namespace: DeBroglie.Constraints
Assembly: DeBroglie.dll
Syntax
public class PathConstraintUtils.SimpleGraph
Properties
| Edit this page View SourceNeighbours
Declaration
public int[][] Neighbours { get; set; }
Property Value
Type | Description |
---|---|
int[][] |
NodeCount
Declaration
public int NodeCount { get; set; }
Property Value
Type | Description |
---|---|
int |