/** * Integration tests for Interval graph class * * Interval: can be represented as intersection graph of intervals on the real line. * Interval graphs are chordal. */ export {}; //# sourceMappingURL=interval.integration.test.d.ts.map