interface State {
    potentials: [NodeId, Set<NodeId>][];
    visited: Set<NodeId>;
}

Properties

Properties

potentials: [NodeId, Set<NodeId>][]
visited: Set<NodeId>