/** * Integration tests for Bipartite graph class * * Bipartite: vertices can be partitioned into two disjoint sets * such that every edge connects a vertex in one set to one in the other. * Equivalent: graph contains no odd-length cycles. */ export {}; //# sourceMappingURL=bipartite.integration.test.d.ts.map