-
Notifications
You must be signed in to change notification settings - Fork 573
[Depends on #3701] Add tests for trivial constraints in pyomo/contrib/solver #3703
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
Open
michaelbynum
wants to merge
58
commits into
Pyomo:main
Choose a base branch
from
michaelbynum:trivial_constraints
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
b57ab07
updating solution loader
michaelbynum 710807b
Merge remote-tracking branch 'origin/main' into solver_api
michaelbynum 438b9b5
Merge remote-tracking branch 'michaelbynum/observer_gurobi_refactor' …
michaelbynum ac42345
updating solution loader
michaelbynum 70ca6e7
updating solution loader
michaelbynum 5ec0421
Merge branch 'observer_gurobi_refactor' into solver_api
michaelbynum 2885f42
update solution loader
michaelbynum d16bee5
adding tests for trivial constraints and fixing bugs
michaelbynum c62a7b3
Merge branch 'observer_gurobi_refactor' into solver_api
michaelbynum a4e2b81
run black
michaelbynum 2001d15
Merge branch 'solver_api' into trivial_constraints
michaelbynum d25e721
run black
michaelbynum 1750fc5
merge in observer_gurobi_refactor
michaelbynum 02f383d
Merge branch 'solver_api' into trivial_constraints
michaelbynum 413d63d
Merge branch 'observer_gurobi_refactor' into solver_api
michaelbynum 3d302a1
Merge branch 'solver_api' into trivial_constraints
michaelbynum 0bbdd70
Merge branch 'observer_gurobi_refactor' into solver_api
michaelbynum ecd602d
Merge branch 'solver_api' into trivial_constraints
michaelbynum a96b518
merge observer_gurobi_refactor into solver_api
michaelbynum 92e77ba
merge solver_api into trivial_constraints
michaelbynum ce4e77c
merge main
michaelbynum c3f2d48
solution loader updates
michaelbynum ba4b29c
run black
michaelbynum 045f537
merge main
michaelbynum 0792800
fix typo
michaelbynum 253bdd9
Merge branch 'solver_api' into trivial_constraints
michaelbynum f3370f3
Merge branch 'observer_gurobi_refactor' into solver_api
michaelbynum c3ad9b5
Merge branch 'solver_api' into trivial_constraints
michaelbynum 3a44486
merge main
michaelbynum a125456
run black
michaelbynum b5d16d9
fix tests
michaelbynum 9473f29
run black
michaelbynum 7557036
Merge branch 'main' into solver_api
jsiirola ef6dcf6
Merge branch 'solver_api' into trivial_constraints
michaelbynum fb38368
Merge branch 'solver_api' into trivial_constraints
michaelbynum a710be3
Merge remote-tracking branch 'origin/main' into solver_api
michaelbynum 60d4160
better handling of suffixes for the sol file solution loader
michaelbynum 0911727
run black
michaelbynum 0338bcc
update gams solution loader
michaelbynum 5ed9722
Merge remote-tracking branch 'origin/main' into solver_api
michaelbynum c9b042b
typo
michaelbynum 2874fe9
rename method
michaelbynum 26ef10d
update gams solution loader
michaelbynum 845e586
update tests
michaelbynum 3c4716c
update tests
michaelbynum 12cfd2f
run black
michaelbynum c5af43d
update highs solution loader
michaelbynum 4f44d3b
run black
michaelbynum 8f1e2b0
Merge remote-tracking branch 'origin/main' into solver_api
michaelbynum 0365ae5
merge solver_api into trivial_constraints
michaelbynum 1a26eae
update knitro solution loader
michaelbynum 7293c29
Merge branch 'solver_api' into trivial_constraints
michaelbynum 9819a04
Merge branch 'main' into solver_api
michaelbynum 75fee85
Merge branch 'solver_api' into trivial_constraints
michaelbynum 91f24a0
Merge branch 'main' into solver_api
blnicho 29a72f7
Merge branch 'solver_api' into trivial_constraints
michaelbynum 5a71a82
Merge remote-tracking branch 'origin/main' into solver_api
michaelbynum c216e19
Merge branch 'solver_api' into trivial_constraints
michaelbynum 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 hidden or 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 hidden or 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.
Shouldn't we use Optional here?