Operators

This page contains information about operators related to the ActionDigraph class.

inline bool libsemigroups::ActionDigraph::operator==(ActionDigraph const &that) const

Check if two action digraphs are equal.

Complexity

At worst \(O(nm)\) where \(n\) is the number of nodes and \(m\) is the out-degree of the digraph.

Parameters

that – the action digraph for comparisonb

Throws

(None) – This function guarantees not to throw a LibsemigroupsException.

Returns

A bool.