Equality operator (primarily for testing purposes).
Declared in <cluster_linearize.h>
bool
operator==(
DepGraph const& a,
DepGraph const& b) noexcept;
Whether both graphs use the same positions with equal entries.
| Name | Description |
|---|---|
| a | The first graph to compare. |
| b | The second graph to compare. |