Code for the paper :
"GCOMB: Learning Budget-constrained Combinatorial Algorithms over Billion-sized Graphs"
Authors : Sahil Manchanda, Akash Mittal, Anuj Dhawan, Sourav Medya, Sayan Ranu, and Ambuj Singh
To appear in: NeurIPS, 2020.
Link : https://arxiv.org/abs/1903.03332
Each folder contains a Readme file which has the steps to run training and evaluation.
Default python version is 2.7.12.
For every other place where python 3.5.2 is used, python3 is mentioned.
Run below command to install python packages
pip install -r requirements_python2.7.txt
pip3 install -r requirements_python3.txt
More detailed information in the Readme will be updated soon.