Interface IWitnessCalculator
Calculator to calculate witness paths.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IWitnessCalculator
Methods
Calculate(DirectedGraph, UInt32, List<UInt32>, List<Single>, ref Boolean[], ref Boolean[], UInt32)
Calculates witnesses.
Declaration
void Calculate(DirectedGraph graph, uint source, List<uint> targets, List<float> weights, ref bool[] forwardWitness, ref bool[] backwardWitness, uint vertexToSkip)
Parameters
|
DirectedGraph
graph
|
|
System.UInt32
source
|
|
List<System.UInt32>
targets
|
|
List<System.Single>
weights
|
|
System.Boolean[]
forwardWitness
|
|
System.Boolean[]
backwardWitness
|
|
System.UInt32
vertexToSkip
|