-
Notifications
You must be signed in to change notification settings - Fork 31
Upgrade JuMP version to >= 0.21.4 #67
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c418e52
Update JuMP version and remove ConditionalJuMP, vendoring required
vtjeng 2bb4b28
Rename Variable -> VariableRef, per PR #1248 in jump-dev/JuMP.jl.
vtjeng 9227ef5
Bump Cbc compat.
vtjeng 95b3acb
WIP: fix test errors.
vtjeng 727a8ff
Remove increment! function and replace with its JuMP equivalent.
vtjeng 232ecd9
Change get_log_level function and fix a few more unit tests.
vtjeng 8d646ee
Reimplement LP solve.
vtjeng 277c4ae
Update JuMP version link.
vtjeng 12ec9c9
Make tests quieter.
vtjeng 9e45aca
Don't extract objective bounds or values when situation is infeasible.
vtjeng ba61519
Convert solve_status to string before serialization so it can be writ…
vtjeng 49f3bab
Fix default solver bug, improve doc formatting.
vtjeng 0ac9427
Remove unnecessary solve_time block.
vtjeng b5e70e7
Simplify get_model.
vtjeng 5528e70
Use solve context for relaxing models.
vtjeng 5863f89
Add auxilliary objective when necessary.
vtjeng 7783669
Fix use of test_find_adversarial_example in Gurobi-only tests.
vtjeng 7ea1ee4
Fix 'nothing' checks.
vtjeng 5260e53
Add tests to cover new code.
vtjeng 9332379
Inspect type of optimizer returned
vtjeng 94ee907
Fix get_default_tightening_options.
vtjeng 9b10b35
Apply suggestions from code review
vtjeng 20ffd70
Modify signature of tight_bound_helper.
vtjeng 6d9a389
Eliminate solve_context.
vtjeng a7f00f6
Relax check for optimality.
vtjeng 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,27 +5,27 @@ version = "0.2.3" | |
|
|
||
| [deps] | ||
| CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | ||
| ConditionalJuMP = "ae04f764-fc8b-5ee0-af1c-aa760b5c9409" | ||
| DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
| Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
| DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" | ||
| DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
| IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253" | ||
| JuMP = "4076af6c-e467-56ae-b986-b466b2749572" | ||
| MAT = "23992714-dd62-5051-b70f-ba57cb901cac" | ||
| MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73" | ||
| MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9" | ||
| ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
| Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | ||
|
|
||
| [compat] | ||
| CSV = "0.7" | ||
| Cbc = "0.4, 0.5, 0.6" | ||
| ConditionalJuMP = "0.1" | ||
| Cbc = "0.4, 0.5, 0.6, 0.7" | ||
| DataFrames = "0.21" | ||
| DocStringExtensions = "0.8" | ||
| JuMP = "0.18" | ||
| JuMP = "0.21.4, 0.21.5" | ||
| IntervalArithmetic = "0.14, 0.15, 0.16, 0.17" | ||
| MAT = "0.5, 0.6, 0.7, 0.8" | ||
| MathProgBase = "0.7" | ||
| MathOptInterface = "0.9" | ||
| Memento = "0.12, 0.13, 1.0" | ||
| ProgressMeter = "1" | ||
| TimerOutputs = "0.5" | ||
|
|
||
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
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.
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.
We vendor the functions used in
ConditionalJuMP, removing this as a dependency (since it did not support JuMP >= 0.18) and addingIntervalArithmeticinstead,