jvkersch / pyconcorde

Python wrapper around the Concorde TSP solver
BSD 3-Clause "New" or "Revised" License
342 stars 95 forks source link

How to ignore the .res files #44

Open zhouliang-yu opened 2 years ago

zhouliang-yu commented 2 years ago

Hey all, thx so much for the solver. But there is a question when I am using pyconcorde tspsolver

solution = solver.solve(verbose=False)

there are lots of .res file created...so I want to ask how to set the solver to prevent the .res files generated?