Casper Class Library

ConstraintGraph.UpdateAdjacencyList Method 

Updates the adjacency list representation of the graph by adding all neighbours of a variable to its adjacency list. Creates the adjacency list if it doesn't exist.

public void UpdateAdjacencyList(
   Set interconNodes
);

Parameters

Set
A list of interconnected nodes

Exceptions

Exception Type Condition
CasperException

See Also

ConstraintGraph Class | Casper.Data Namespace