mixedGraphHasSimpleNumbering: Checks a MixedGraph has appropriate node numbering
Description
Checks that the input mixed graph has vertices are numbered from 1
to mixedGraph$numNodes(). Throws an error if they are not.
Usage
mixedGraphHasSimpleNumbering(mixedGraph)