nip.graph_isomorphism.environment.AdjacencyMatrixBox#
- class nip.graph_isomorphism.environment.AdjacencyMatrixBox(max_num_nodes: int)[source]#
An abstract representation of the space of adjacency matrices.
- Parameters:
max_num_nodes (int) – The maximum number of nodes in the graph.
Methods Summary
Methods
- clone() AdjacencyMatrixBox [source]#
Create a copy of the adjacency matrix box.