Skip to content
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

[FileFormats.LP] fix reading file with free variable and explicit bounds #2225

Merged
merged 2 commits into from Jun 25, 2023

Conversation

odow
Copy link
Member

@odow odow commented Jun 24, 2023

Closes #2223

We didn't handle the case in which -infinity <= x <= infinity was used instead of x free.

But I've also refactored the reading and writing of variable bounds to explicitly write both bounds on a single line with -infinity.

src/FileFormats/LP/LP.jl Outdated Show resolved Hide resolved
src/FileFormats/LP/LP.jl Outdated Show resolved Hide resolved
test/FileFormats/LP/LP.jl Outdated Show resolved Hide resolved
@odow odow merged commit 5afc08b into master Jun 25, 2023
12 checks passed
@odow odow deleted the od/fix-lp-free-varaible branch June 25, 2023 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[FileFormats.LP] more parsing issues
1 participant