From d7f038e4ddc21297fca681b7120af9bfdcde4666 Mon Sep 17 00:00:00 2001
From: brodriguez8774 <brodriguez8774@gmail.com>
Date: Sun, 8 Dec 2019 01:56:03 -0500
Subject: [PATCH] Update references file

---
 documents/references.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/documents/references.md b/documents/references.md
index 5b15f95..833bbf2 100644
--- a/documents/references.md
+++ b/documents/references.md
@@ -8,6 +8,12 @@ All references to external logic. Includes anything from stack overflow links to
 ## New References
 References new to this project.
 
+### Simplex Implementation of Network Flow Problem
+I looked up quite a few various references for converting Network Flow to simplex. However, most of them seemed to only
+confuse me further, or generally be non-helpful. The only one I felt was actually useful was
+<people.seas.harvard.edu/~cs125/fall14/lec10.pdf>. This is also where I got the two instances of the smaller network
+flow problems.
+
 
 ## Older Relevant References
 References linked in previous assignments.
-- 
GitLab