You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor solver state to be a solver specific struct and implement a new trait SolverState, each solver can be save or load their state and resume
write a generic checkpointing struct that can (a) save a particular solve as a sequence of states defining a list of n segments of the solution trajectory, (b) activate segment i and (c) interpolate the solution at any point in segment
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: