You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@surdykaw some new discussions before integrating the 1D BPPC benchmarks.
I think it would be better for the BPPC_dataset archive to keep the same organisation as the BPPLIB Falkenauer instances: two folders for the "uniform" and the "triplet" types. And in each folder there could be subfolders for each variant (parameters for the p-generator and graph density).
In each subfolder there would be the 80 instances (20 x 4 different number of items) in the VBP format augmented with the conflicts.
For example:
- BPPC_dataset
- Falkenauer_T
- A01_B03_seed42_20percent
- 80 instances of the form Falkenauer_t60_00.vbp
- A01_B03_seed42_40percent
- 80 instances of the form Falkenauer_t60_00.vbp
...
- Falkenauer_U
- A01_B03_seed42_20percent
- 80 instances of the form Falkenauer_u120_00.vbp
...
Regarding the instance format with conflits, it should be specified somewhere what the list of conflicts means, and that it is a "triangular adjacency matrix" (not sure this is the correct term).
Also, I think it should be explicit that the instance file are using conflicts, so maybe using the file format vbpc instead? (I am not sure, because we could also make Vectorpack_cpp able to recognize if there is a conflict list for each item, or discard the conflict list if the --with-conflicts option is not present).
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
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.
New PR following #1