Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interval graph detection #545

Open
pdelvo opened this issue Apr 10, 2018 · 1 comment · May be fixed by #582
Open

Interval graph detection #545

pdelvo opened this issue Apr 10, 2018 · 1 comment · May be fixed by #582

Comments

@pdelvo
Copy link

pdelvo commented Apr 10, 2018

Hello!

As part of a practical course at my university my team wants to contribute to JGraphT. The first thing we are interested in is the detection of interval graphs.

Interval graphs are the intersection graphs of intervals on a line. Almost all well known problems on graphs are efficiently solvable on those graphs.

The detection algorithm should output a interval representation if the graph is an interval graph, or provide a proof if it is not. The algorithm that is probably best suited is the one proposed in here.

Is this something that fits the scope of JGraphT?

It should also be possible to directly create graph instances by providing the interval representation of a graph.

The next steps would be the implementation of fast algorithms for interval graphs.

@jkinable
Copy link
Collaborator

jkinable commented Apr 10, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants