zdhNarsil / GFlowNet-CombOpt

PyTorch implementation for our NeurIPS 2023 spotlight paper "Let the Flows Tell: Solving Graph Combinatorial Optimization Problems with GFlowNets".
50 stars 8 forks source link

about BA and SATLIB #2

Closed pjy0422 closed 7 months ago

pjy0422 commented 8 months ago

Hi, I would like to reproduce your experiment. I was able to reproduce the MIS and MC results in rb graph. In MDS, MCut, ba graph and SATLIB are not included in the code? How should I get the data? Thank you.

zdhNarsil commented 7 months ago

Hi, This repo might be helpful to you: https://github.com/MaxiBoether/mis-benchmark-framework

pjy0422 commented 7 months ago

thank you!