/** * Integration tests for Regular graph class * * Regular: all vertices have the same degree k. * Special cases: cubic (3-regular), cycle (2-regular). */ export {}; //# sourceMappingURL=regular.integration.test.d.ts.map