Skip to content

Instantly share code, notes, and snippets.

@aialenti
Created December 10, 2019 21:19
Show Gist options
  • Save aialenti/adbf8fd6ed6adf3498d953366e158c15 to your computer and use it in GitHub Desktop.
Save aialenti/adbf8fd6ed6adf3498d953366e158c15 to your computer and use it in GitHub Desktop.
tsp = TSP()
tsp.build_model()
tsp.solve()
tsp.extract_solution()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment