--- # Dataset card metadata — https://huggingface.co/docs/hub/datasets-cards pretty_name: TIG Challenges Data license: mit language: - en tags: - optimization - benchmark - combinatorial-optimization - tig size_categories: - 10K/test/` — `*.txt` problem files under `academic/` (literature sets) and `tig/` (TIG tracks). | | **Published best-known values (academic)** | CSV files next to those instances, e.g. `knapsack/test/academic/standard-QKP/standard_qkp_bks.csv`, `job_scheduling/test/academic/bks.csv`, `vehicle_routing/test/academic/bks.csv`, and the other knapsack academic BKS CSVs alongside their splits. | | **Long-run summary** | `/results/summary_long_run_v*.csv` — rolled-up metrics from the reference run (where that challenge has been published). | | **Convergence plots** | `/results/plots/*.png` — figures from that run (e.g. average gap vs. time), when present. | | **Solutions** | `/results/solutions/` — final `.solution` files and optional time-stamped snapshots (`.solution.`), laid out to mirror the corresponding instance paths under `test/`, plus `runs.csv` where exported. | Challenges: **knapsack**, **job_scheduling**, **vehicle_routing**. What appears under each challenge’s `results/` folder depends on what has been published for that challenge (summaries, plots, solutions). ## Hugging Face Dataset hub entry: [tig-foundation/tig-challenges-data](https://huggingface.co/datasets/tig-foundation/tig-challenges-data). You can mirror this tree with: ```bash git clone https://huggingface.co/datasets/tig-foundation/tig-challenges-data ``` ## Citation ```bibtex @misc{tig-challenges-2026, title={TIG Challenges: Benchmarks for AI-Driven Algorithm Discovery}, author={{TIG Foundation}}, year={2026}, url={https://huggingface.co/datasets/tig-foundation/tig-challenges-data} } ```