Code for the paper :
_FastCover: Graph Reversed Attention Framework for Maximum Coverage Problem
- igraph=0.9.1
- torch=1.8.1
- dgl=0.6.0 (based on the CUDA version)
- furl=2.0.0
- timeout-decorator=0.5.0
data/graphs/: Some small graphs for training and testmodel/: Loss functions and GNN layers (implemented indgl)experiments/: Training and evaluation launchers.baselines/: Heuristic algorithms for
To train a GRAT solving k-dDSP, run the demo experiments/train_models.py.
To evaluate the model, run exeriments/evaluate_models.py