Skip to content

Latest commit

 

History

History

baseline

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Baselines

This directory contains the code for the baselines listed as Deep+MST, Deep+ILP and Deep+Greedy in our paper.

MST Solver

The MST solver is implemented in C++ (mst.cpp). Please build it first:

g++ mst.cpp -o mst --std=c++11

ILP Solver

Following irit-stac, we also use SCIP as the ILP solver. Please download it and update the path argument scip_path in main.py.

Usage

python main.py --method=mst|ilp|greedy --train