/** * Integration tests for Perfect graph class * * Perfect: ω(H) = χ(H) for all induced subgraphs H (clique number = chromatic number). * Examples: chordal, bipartite, cograph. */ export {}; //# sourceMappingURL=perfect.integration.test.d.ts.map