Skip to content

Instantly share code, notes, and snippets.

@arnabanimesh
Last active March 4, 2024 10:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save arnabanimesh/26abce98bc66267d832a82b3d9954699 to your computer and use it in GitHub Desktop.
Save arnabanimesh/26abce98bc66267d832a82b3d9954699 to your computer and use it in GitHub Desktop.
tsp implementations in or_tools (single core only, ORTools v9.9.3903, Ubuntu 22.04 LTS WSL2)
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@murali731
Copy link

Hi Arnab, I tried running this. But I got an error. Looks like somehow math_opt is not installed. I'm using python 3.11.0 with ortools==9.8.3296, Windows 10 Enterprise. How can I install ORTools v9.9.3903?

@arnabanimesh
Copy link
Author

arnabanimesh commented Mar 4, 2024

@murali731 You have to build it from source (main branch of ortools git repo). I have a 100MB+ wheel which I can share with you. But I don't want to share such a large file here in the comment. Also, Github doesn't allow python wheels to be uploaded in the comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment