Snake-in-the-Box 数据集
收藏资源简介:
该数据集由加州理工学院等研究机构创建,专注于超立方体图中最长诱导路径(即“蛇”)问题的计算记录。数据集包含了在维度9至13中打破先前记录的最长蛇路径、线圈及对称线圈的转移序列,具体数据量未明确说明,但提供了例如在Q9维度中的131条独特蛇路径实例。数据通过计算搜索与优化算法生成,旨在为组合数学、图论及错误检测编码领域提供基准参考,推动超立方体结构中最长路径问题的理论边界与算法研究。
This dataset was developed by research institutions including the California Institute of Technology (Caltech), focusing on computational records of the longest induced path problem, also known as the "snake" problem, in hypercube graphs. It includes transition sequences of the longest snake paths, cycles, and symmetric cycles that broke prior records across dimensions 9 to 13. The exact scale of the dataset is not specified, but it provides, for example, 131 unique snake path instances for the 9-dimensional hypercube (Q9). The data was generated using computational search and optimization algorithms, with the goal of providing benchmark references for the fields of combinatorial mathematics, graph theory, and error-detection coding, as well as advancing research on the theoretical limits and algorithmic aspects of the longest path problem in hypercube structures.
数据集概述
本数据集对应论文《A Census of New Snake-in-the-Box Records》,旨在记录超立方体图(hypercube graph)中新的蛇形路径(Snake)和线圈(Coil)记录。蛇形路径问题是Kautz于1958年提出的,要求在超立方体图 $Q_n$ 中找到最长的诱导路径(无弦路径),其最大长度 $a(n)$ 仅对 $n leq 8$ 已知。本数据集在维度9至13中给出了比以往最佳结果更长的蛇形路径,以及最长的线圈(诱导环)。每条记录均为机器可验证的 $Q_n$ 顶点列表。
数据集内容
数据集包含三个CSV文件:
1. 蛇形路径(Snakes):record_snakes.csv
| n | 新长度 a(n) | 先前最佳 | 增量 Δ | 记录长度的不同类数量 |
|---|---|---|---|---|
| 9 | 191 | 190 | +1 | 131 |
| 10 | 379 | 376 | +3 | ≥ 12 |
| 11 | 746 | 737 | +9 | ≥ 72 |
| 12 | 1476 | 1465 | +11 | ≥ 34,688 |
| 13 | 2924 | 2900 | +24 | ≥ 30 |
注:维度9的131个类基于数百万次抽样,被认为构成完整普查;对于 $n geq 10$,不做完整性声明。
2. 线圈(Coils):record_coils.csv
| n | 新长度 | 先前最佳 | 增量 Δ | 记录长度的不同类数量 |
|---|---|---|---|---|
| 9 | 192 | 188 | +4 | ≥ 1 |
| 10 | 374 | 370 | +4 | ≥ 12 |
| 11 | 732 | 728 | +4 | ≥ 2 |
| 12 | 1466 | 1442 | +24 | ≥ 5 |
3. 对称线圈(Symmetric coils):record_symmetric_coils.csv
| n | 新长度 | 先前最佳 | 增量 Δ | 记录长度的不同类数量 |
|---|---|---|---|---|
| 10 | 370 | 362 | +8 | ≥ 2 |
| 11 | 726 | 718 | +8 | ≥ 1 |
“不同类”计数指在 $Q_n$ 的全对称群(包括平移、轴排列、反转以及线圈的旋转)下的不同等价类。维度9的131个类被认为是完整普查;其他蛇形路径计数为迄今发现的不同类(下界)。
文件格式
所有CSV文件包含以下列:
- n:超立方体维度。
- length:对于蛇形路径,为边数(等于行动序列长度);对于线圈,为顶点数(等于边数)。
- actions:转换序列:从原点开始,依次翻转指定坐标。
- vertices:顶点列表(整数),被归一化为从0开始,因此从0应用actions序列可精确复现vertices。

- 1A Census of New Snake-in-the-Box Records加州理工学院; 苏黎世大学; 帝国理工学院; 剑桥大学·计算机科学与技术系; 伦敦数学科学研究所 · 2026年



