moscot
moscot copied to clipboard
Copy problems
Closes theislab/moscot#601.
It's far from perfect since it's not yet possible to copy a problem after it was solved, but is a start.
I used python's copy.deepcopy to copy the problems, overriding some of its functionality so that only parameters are deep-copied and data is copied by reference to lower memory footprint.