-
Notifications
You must be signed in to change notification settings - Fork 238
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
Activating IPOPT_V2 with presolver #1436
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
528a4f7
Adding infrastructure to support ipopt_v2
0faabba
Moving core/util to ipopt_v2
47d9d73
Moving MH initializer to ipopt_v2
47beac6
Fixing pint version issue
c39f256
Set TSA to use old IPOPT interface
04f1463
Fixing conflict
3ce08dd
Trying to resolve Windows failures
4aa1405
Working on platofrm dependent failure
7353472
BTInitializer with presolve
e88bd83
Merge branch 'main' of https://github.com/IDAES/idaes-pse into presolve
d5135f4
Moving last bits of core code to ipopt_v2
9ccc8b4
Starting on idaes/models
9423501
Removing ma57_automatic_scaling default and updating idaes/models/con…
6754964
idaes/model/properties part 1
f6079ca
Remaining parts of idaes/models/proeprties
ad475fd
Fixing typo
dda16b3
Switching idaes/models/unit_models to ipopt_v2
bc8e411
Attempt to work around HXLC issues for now
4273e24
Some clean up
542914a
Switching modular properties initializer to solver indexed blocks
6578d01
Merge branch 'modular_properties_init' into presolve
84e9d69
Addressing comments
6a66e13
Fixing pylint warings
2df54c5
Removing unnecessary test for legacy solver wrapper
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be good to set
constr_viol_tol
as well. I'm not sure whattol
does in square problems, but in optimization problemsconstr_viol_tol
controls the constraint violation.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whilst most tests appear to pass if we change this to 1e-6, there are a few that start failing so I will leave this out for now. Users can always set this value if they wish.