Added A sample Linear problem that runs!

This commit is contained in:
Rowan Cockett
2013-10-24 15:11:48 -07:00
parent f4c63d47a3
commit fc4294eb4d
5 changed files with 124 additions and 22 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Minimize(object):
tolF = 1e-4
tolX = 1e-4
tolG = 1e-4
eps = 1e-16
eps = 1e-5
printIter = [] # push to here if you want to print these on iter