Skip to content
Snippets Groups Projects
Commit 13ad50d0 authored by patavirt's avatar patavirt
Browse files

core: clear Hessian on reset()

parent f2d25923
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,7 @@ class Solver:
Solver.__global_id += 1
self._id = Solver.__global_id
self._core.reset()
self._M = None
def _solve(
self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment