From 7e39242d03f0c13ab78fab9bae8b700e22be91ee Mon Sep 17 00:00:00 2001 From: brodriguez8774 <brodriguez8774@gmail.com> Date: Sun, 8 Dec 2019 02:27:03 -0500 Subject: [PATCH] Update readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 15a0548..995db06 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. -- GitLab