You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if n < 1thenerror("generateRandomGraphs: nauty does not like graphs with non-positive numbers of vertices.");
263
263
ifnotinstance(opts.RandomSeed, Nothing) andnotinstance(opts.RandomSeed, ZZ) thenerror("generateRandomGraphs: Option [RandomSeed] is not a valid type, i.e., ZZ or Nothing.");
if n < 1thenerror("generateRandomGraphs: nauty does not like graphs with non-positive numbers of vertices.");
249
250
ifnotinstance(opts.RandomSeed, Nothing) andnotinstance(opts.RandomSeed, ZZ) thenerror("generateRandomGraphs: Option [RandomSeed] is not a valid type, i.e., ZZ or Nothing.");
0 commit comments