diff --git a/readme.md b/readme.md index 15a05485b22e2680834991bb4715ed01e76aa21c..995db068062c66f572c72c097ef2166a9540f0e5 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,8 @@ Implements both "Ford-Fulkerson" and "Simplex" versions. This program uses both the "Simplex" and "Graph Library" assignments from earlier in the semester, included as git submodules. +Handwritten solution to problem and assignment report found in documents folder. + ## Python Environment This project is tested using Python3.7.