Skip to content

Instantly share code, notes, and snippets.

@brooksandrew
Last active July 29, 2019 20:30
Show Gist options
  • Save brooksandrew/2a70bbc88899791241cfb88be1372f44 to your computer and use it in GitHub Desktop.
Save brooksandrew/2a70bbc88899791241cfb88be1372f44 to your computer and use it in GitHub Desktop.
CPP solution for Sleeping Giant network. Used for Datacamp blog post: Intro to Graph Optimization
@edc09
Copy link

edc09 commented Jul 25, 2019

@brooksandrew
Hi sir! I am currently using your post on a project that I am working on. Could I possibly ask how do I import the postman_problem module you made to be able to create the Eulerian circuit? My apologies as I am just a beginner on Python, NetworkX and Pandas

@brooksandrew
Copy link
Author

@edc09 - Take a look at the README for the postman_problems package. The first bit covers installation. If you don't need the visualization animation piece which requires additional non-Python dependencies, the install is quite simple.

https://github.com/brooksandrew/postman_problems

@edc09
Copy link

edc09 commented Jul 29, 2019

@brooksandrew Hi, I have followed all the instructions and got it to work. Could I ask if there is any way to produce the solution sequence result as a list form instead of a gif format? My apologies as I am new to this.

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