The official code repository for CaDA: Cross-Problem Routing Solver with Constraint-Aware Dual-Attention.
- Clone the repository:
git clone https://github.com/CIAM-Group/CaDA.git
- Download datasets:
- Download
data.zip
from Hugging Face. - Unzip
data.zip
and organize the files in the project directory as follows:
CaDA
├── data
├── 50
├── 100
└── utils
- Download checkpoints:
- Download
checkpoint.zip
from Hugging Face. - Unzip
checkpoint.zip
. It contains two folders named50
and100
. Move their contents into the project directory as shown:
CaDA
├── data
├── 50
│ └── result
│ └── (folders from checkpoint/50/)
├── 100
│ └── result
│ └── (folders from checkpoint/100/)
└── utils
For detailed instructions on training and testing the model, please refer to the README files inside the 50
and 100
directories.