Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces the 08-network directory containing network optimization models and their solutions. The purpose is to add a new set of optimization problems focused on network flow problems with 13-14 node networks.
- Adds solution files for network optimization problems with 13 and 14 nodes
- Provides optimal solutions with decision variable values and objective function values
- Includes flow variables (f#) and connection variables (x#) for network configurations
Reviewed Changes
Copilot reviewed 16 out of 26 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| 08_network/solutions/network14.bst.sol | Solution file for 14-node network problem with objective value 350173 |
| 08_network/solutions/network13.bst.sol | Solution file for 13-node network problem with objective value 304116 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
ksk-jij
requested changes
Aug 21, 2025
Collaborator
ksk-jij
left a comment
There was a problem hiding this comment.
I've put some comments. Please have a look. Also, again, this time, I didn't execute any fils since my machine was busy. Please make sure it works well :)
ommx_quantum_benchmarks/qoblib/08_network/models/integer_lp/sol_reader.py
Show resolved
Hide resolved
ommx_quantum_benchmarks/qoblib/08_network/models/integer_lp/ommx_create.py
Show resolved
Hide resolved
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.
Description
Introduces 08-network. Running ommx_create.py right under 08_network/models/integer_lp creates .ommx files.
Other Info
For now, The ommx files is not in this PR due to the size isuue. The instances is including in the ommx_create.py due to it is only a 24x24 matrix.