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

Implement and compare interval graph recognition algorithms #29

Open
5 tasks
krzysztof-turowski opened this issue Jul 10, 2024 · 0 comments
Open
5 tasks
Labels
algorithms New feature or request documentation Improvements or additions to documentation

Comments

@krzysztof-turowski
Copy link
Owner

Example algorithms:

  • Booth, Lueker (1976) - Testing for the Consecutive Ones Property, Interval Graphs, and Graph Planarity Using PQ-Tree Algorithms
  • Habib, McConnell, Paul, Viennot (2000) - Lex-BFS and partition refinement, with applications to transitive orientation, interval graph recognition and consecutive ones testing
  • Corneil, Olariu, Stewart (1998/2009) - The Ultimate Interval Graph Recognition Algorithm? + The LBFS Structure and Recognition of Interval Graphs
  • Kratsch, McConnell, Mehlhorn, Spinrad (2006) - Certifying Algorithms for Recognizing Interval Graphs and Permutation Graphs

Algorithm for unit interval graphs

  • Corneil (2003) - A simple 3-sweep LBFS algorithm for the recognition of unit interval graphs
@krzysztof-turowski krzysztof-turowski added documentation Improvements or additions to documentation algorithms New feature or request labels Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithms New feature or request documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant