forked from Pyomo/pyomo
-
Notifications
You must be signed in to change notification settings - Fork 4
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 MindtPy online doc #23
Open
ZedongPeng
wants to merge
158
commits into
pyomo-master
Choose a base branch
from
update-online-doc
base: pyomo-master
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
Conversation
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
…rder and decl order don't match, incorporating this in bigm but not hull yet (and tests are in progress)
… filling out the example where decl order and instantiation order are different, which breaks it.
…ys, not just when targets are specified, and testing that this works for bigm
… with the same models (but just comparing nl files because my example is kind of too big to test completely with hull)
…ut running headfirst into Pyomo#2139
…nd also having it transform global ones at the end
…re the MINLP transformations
…sing some variables that get declared on deactivated Disjuncts.
… references will get moved up in case we need them somewhere else. This is dumb, but until the writers will look on deactivated Blocks for stuff, it will work
… references will get moved up in case we need them somewhere else. This is dumb, but until the writers will look on deactivated Blocks for stuff, it will work
…/pyomo into bigm-and-hull-logical-integration
…nstraints added. These are all okay with no modifications because the mip solve calls bigm.
…e also okay because of the bigm call.
…olean vars on the Disjuncts
…odel. It's still okay because bigm transforms everything and finds them.
…ch are still okay because everything gets transformed with bigm to create the linear master problem.
Fix reversed NL op codes for floor/ceil
I think it does not need to be that detailed. Mention that a constraint |
Add support for user-defined Component List starting index
Fixing bugs in GDPopt preprocessing
Skip some fileutils tests on OSX Big Sur and Python<3.8
Switch `Var.value` setter to validate values
Rework coverage uploads to use GitHub Action
Construct slices with normalized indices in slicing utility
mrmundt
added a commit
that referenced
this pull request
Feb 10, 2023
Revert "Add support for Xpress callbacks in Pyomo."
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes # .
Summary/Motivation:
Changes proposed in this PR:
Legal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: