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

Decide what to record in solvers #601

Open
chaozg opened this issue Dec 20, 2024 · 0 comments
Open

Decide what to record in solvers #601

chaozg opened this issue Dec 20, 2024 · 0 comments

Comments

@chaozg
Copy link
Contributor

chaozg commented Dec 20, 2024

          I think this is a nice solution. We might want to create an issue in the future about passing everything in `solution` dictionary except `x` to info, because the dictionary content might differ from solver to solver. Something like 
sol = solution['x']
solution.pop('x')
info = solution

without the need to access specific keys

approved :)

Originally posted by @amal-ghamdi in #598 (review)

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

No branches or pull requests

1 participant