Skip to content

Thinklab-SJTU/ConRep4CO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConRep4CO

[ICLR 2026] ConRep4CO: Contrastive Representation Learning of Combinatorial Optimization Instances across Types

Installation

You can run the following commands to get started:

conda create -n newenv python=3.9
conda activate newenv
bash scripts/install.sh

Datasets

To generate our used datasets, you can refer to the following scripts:

# generate datasets
bash scripts/gen_data.sh

Training

To train the graph and SAT models, you can refer to the following scripts:

# train models
bash scripts/run_training.sh

About

[ICLR 2026] ConRep4CO: Contrastive Representation Learning of Combinatorial Optimization Instances across Types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors