Ticket #207 (new enhancement)
implement solver.Reset()
Reported by: | mmckerns | Owned by: | mmckerns |
---|---|---|---|
Priority: | minor | Milestone: | mystic-0.3a |
Component: | mystic.solvers | Keywords: | |
Cc: |
Description
implement solver.Reset()
Change History
comment:2 Changed 3 years ago by mmckerns
calling solver.Solve a second time "clears" out the last run, and resets the solver to the initial state (i.e. post-configuration, but pre-run). This seems to be in conflict with the above point, which is more powerful. So maybe a solver.Reset() method could handle this.
Note: See
TracTickets for help on using
tickets.
split off from ticket #129