Hanjun-Dai / graph_comb_opt

Implementation of "Learning Combinatorial Optimization Algorithms over Graphs"
https://arxiv.org/abs/1704.01665
MIT License
496 stars 135 forks source link

There is an error in running tsp. How can I solve it? Thank you #31

Open MuleiOnline opened 1 year ago

MuleiOnline commented 1 year ago

I'm running sample of tsp in \code\s2v_tsp2d\main.py , an error is displayed: “Could not find module 'C:\Users\admin\Downloads\graph_comb_opt-master\code\s2v_tsp2d\tsp2d_lib\build\dll\libtsp2d.so' (or one of its dependencies). Try using the full path with constructor syntax.” How can I solve it? Thank you!