/** * Integration tests for Cograph graph class * * Cograph: P4-free graph (contains no induced path on 4 vertices). * Can be constructed recursively using disjoint union and complement operations. */ export {}; //# sourceMappingURL=cograph.integration.test.d.ts.map