File size: 1,215 Bytes
c6975a6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | # CAM Data
Training and evaluation datasets for **Combinatorial Adjoint Matching (CAM)**.
This repository contains the datasets used in:
**Unsupervised Diffusion Solver for Combinatorial Optimization via Combinatorial Adjoint Matching**
Shengyu Feng, Tarun Suresh, Yiming Yang
## Paper
https://arxiv.org/abs/2605.30920
## Code
Official implementation:
https://github.com/Shengyu-Feng/CAM
## Contents
This repository provides datasets for the combinatorial optimization problems studied in the paper, including:
* Maximum Independent Set (MIS)
* Traveling Salesman Problem (TSP)
* Max Cut (MCut)
* Capacitated Vehicle Routing Problem (CVRP)
The data are provided for reproducing the experiments reported in the paper.
## Usage
Please refer to the official repository for data loading, preprocessing, training, and evaluation instructions.
## Citation
```bibtex
@misc{feng2026unsuperviseddiffusionsolvercombinatorial,
title={Unsupervised Diffusion Solver for Combinatorial Optimization via Combinatorial Adjoint Matching},
author={Shengyu Feng and Tarun Suresh and Yiming Yang},
year={2026},
eprint={2605.30920},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
```
|