About
This site is a browseable, status-annotated index of graph-theory conjectures. It combines the graph theory category of the Open Problem Garden with conjectures extracted from recent arXiv papers by a curated set of graph theorists.
A third, small corpus holds the items of Appendix A ("Unsolved Problems") of Bondy and Murty's Graph Theory (Springer GTM 244, 2008; French edition by F. Havet, 2025) that neither of the two main corpora covered. Each such page says which nearby records exist and where in the book the item appears.
A handful of further conjectures are hand-curated because they are the subject of a research
workstream under problems/ in the repository but appear in neither of the two main corpora
(source badge curated); each such page links to its workstream.
The merged index contains 227 OPG problems, 768 arXiv-extracted conjectures,
38 Bondy–Murty appendix items and 1 curated workstream conjecture.
Each reviewed item is classified as open, partial, solved,
disproved, or unclear. The timeline
shows 122 solved or disproved conjectures as horizontal intervals from
first claimed year to proof or counterexample year.
Source & licence
All problem statements, attributions, and bibliographies are reproduced from openproblemgarden.org under the GNU Free Documentation License. Each OPG problem page links back to its canonical Open Problem Garden URL. arXiv-derived records link back to their source paper via the arXiv abstract page. The project code is MIT licensed; data derived from OPG remains under the GFDL.
How it was built
- A polite Python scraper (
scraper/crawl.py) walks the category listing and downloads each problem page, honouring the site'srobots.txtCrawl-Delay: 10. scraper/parse.pyturns the cached HTML into one JSON record per problem (selectors and quirks documented inPLAN.mdAppendix A). Math is preserved in its LaTeX form (extracted from thealtattribute of OPG's pre-rendered TeX images).scraper/erdos_index.pyindexes the graph-theory problems on erdosproblems.com for cross-referencing.scraper/intersect.pyidentifies likely duplicates between the two sources via citation overlap and fuzzy statement matching. Confirmed matches are surfaced as EP #N badges.- The arXiv pipeline harvests paper metadata, downloads available HTML/PDF content, extracts conjectures, deduplicates them, and reviews each conjecture's current status.
- The Bondy–Murty appendix was cross-checked item by item against the two corpora (
BONDY_MURTY_APPENDIX_A.md); the uncovered items were transcribed intodata/bondy_murty_conjectures.jsonand reviewed with the same status pipeline (scraper/bm_review.py). scraper/build.pyrenders Jinja2 templates over the JSON into the static HTML you are reading, including the merged index, per-item pages, author/tag pages, and resolved timeline. Math is typeset client-side by KaTeX.
Stats
- 1034 total index rows: 227 OPG, 768 arXiv, 38 Bondy–Murty and 1 curated
- OPG review statuses: open 57partial 137solved 19disproved 13unclear 1
- arXiv review statuses: open 540partial 118solved 80disproved 21unclear 3
- Bondy–Murty review statuses: open 13partial 21solved 3disproved 1
- 122 solved or disproved conjectures on the resolved timeline: opg 32arxiv 86bm 4
- 437 distinct subject / keyword / author categories
- 2 cross-references to erdosproblems.com
- Last build: 2026-09-14
Review caveat
The status reviews are automated literature reviews with verified cited URLs. They are designed as a research aid and should be spot-checked before being used as definitive mathematical or bibliographic claims.
Inspiration
Layout is inspired by Thomas Bloom's erdosproblems.com.