Added a clean to the Solver.

This commit is contained in:
GudniRos
2016-01-30 14:11:38 -08:00
parent 2702c3573b
commit 451cd46801
+1
View File
@@ -132,6 +132,7 @@ class eForm_ps(BaseMTProblem):
if self.verbose:
print 'Ran for {:f} seconds'.format(time.time()-startTime)
sys.stdout.flush()
Ainv.clean()
return F
class eForm_Tp(BaseMTProblem):