Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy problems #706

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Copy problems #706

wants to merge 7 commits into from

Conversation

lautisilber
Copy link

Closes #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add .copy method
1 participant