Take a look at the project spec before you get started!
Requirements:
Python 3.6+
You'll only need to install networkx to work with the starter code. For installation instructions, follow: https://networkx.github.io/documentation/stable/install.html
If using pip to download, run python3 -m pip install networkx
Files:
parse.py: functions to read/write inputs and outputssolver.py: where you should be writing your code to solve inputsutils.py: contains functions to compute cost and validate NetworkX graphs
When writing inputs/outputs:
- Make sure you use the functions
write_input_fileandwrite_output_fileprovided - Run the functions
read_input_fileandread_output_fileto validate your files before submitting!- These are the functions run by the autograder to validate submissions