Hypergraph
OpenHypergraph
dataclass
An open hypergraph with input and output nodes.
Source code in src/IsomorphismChecker_python_serial/hypergraph.py
check_nodes_in_graph(nodes)
is_valid()
set_next_prev(edge)
Set the next and previous edges for nodes based on edges in the hypergraph.