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

update to plasmo v0.6 #7

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

Conversation

jalving
Copy link
Member

@jalving jalving commented Nov 2, 2024

This PR updates SchwarzOpt.jl to work with the lastest Plasmo v0.6. The code itself was also refactored to work in a completely decentralized way. There is no shared variable vector that subproblems put and get from. Each subproblem works completely independently and queries the values it needs from its neighbors.

There are some issues now with HiGHS and MadNLP not supporting MOI.Parameter in the right way. HiGHS will error out with an invalid QP solution, and MadNLP currently errors out on what seems to be a bug.

@jalving
Copy link
Member Author

jalving commented Nov 2, 2024

FYI @tso-martin if you want to try this new code out. You will need to update to Plasmo v0.6.4. I need to figure out how to deal with using HiGHS as a sub-solver. It does not seem to play nice with MOI.Parameter.

@jalving
Copy link
Member Author

jalving commented Nov 2, 2024

FYI @dlcole3 and @sshin23

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.

1 participant