Fix stranded gas learning reformulation#148
Open
bernalde wants to merge 1 commit into
Open
Conversation
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.
Summary
xor=True.gdp.bigm/gdp.hulltransformation tests, then regenerated model-size reports.Tests run
/home/bernalde/.pixi/bin/pixi run pytest tests/test_stranded_gas.py tests/test_module_imports.py -v --tb=short- passed, 86 passed in 48.52s./home/bernalde/.pixi/bin/pixi run test- passed, 340 passed and 1 skipped in 93.33s./home/bernalde/.pixi/bin/pixi run lint- passed. Black and critical flake8 passed; the repository's--exit-zeroflake8 inventory still reports existing style issues outside this PR./home/bernalde/.pixi/bin/pixi run pytest tests/test_stranded_gas.py -v --tb=short- passed after formatting, 12 passed in 33.98s.git diff --check- passed./home/bernalde/.pixi/bin/pixi run gdplib-benchmark preflight --instances stranded_gas --strategies gdp.bigm gdp.hull --solver-profile gams-baron --timelimit 60 --build-models --check-solvers- passed./home/bernalde/.pixi/bin/pixi run gdplib-benchmark run --instances stranded_gas --strategies gdp.bigm --solver-profile gams-baron --timelimit 60 --run-id issue76_bigm_baron_60s --fail-fast --no-summary- passed with 1 result row and 0 failures; BARON reachedmaxTimeLimitwith a finite lower bound instead of the previous infeasible result.Notes
Closes #76