moscot icon indicating copy to clipboard operation
moscot copied to clipboard

Copy problems

Open lautisilber opened this issue 9 months ago • 0 comments

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.

lautisilber avatar May 30 '24 19:05 lautisilber