Update MindtPy online doc#23
Open
ZedongPeng wants to merge 158 commits into
Open
Conversation
…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
Collaborator
|
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."
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
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: