-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d26987e
commit ba7df53
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Naming | ||
|
||
The following table relates these folders to the names used in the paper | ||
|
||
| Folder name | Algorithm index in paper | ||
|-------------|-------------------------| | ||
|1_NOBIN_1STA_NOMERGED | M1 | | ||
|2_YESBIN_1STA_NOMERGED | M2 | | ||
|3_NOBIN_1STA_YESMERGED | M3 | | ||
|4_YESBIN_1STA_YESMERGED | M4 | | ||
|7_NOBIN_2STA_YESMERGED | M5 | | ||
|8_YESBIN_2STA_YESMERGED | M6 | | ||
|
||
The folder 1_NOBIN_1STA_NOMERGED_NOPREPROCESS is M1 but with preprocessing disabled. | ||
The folder 1_NOBIN_1STA_NOMERGED_NOPREPROCESS_NOPRESOLVE is M1 but with preprocessing and Gurobi pre-solving disabled. | ||
The folder 4_YESBIN_1STA_YESMERGED_NOPREPROCESS is M4 but with preprocessing disabled. | ||
The folder 4_YESBIN_1STA_YESMERGED_PRIORITY is M4 with priorities on branching variables. | ||
The folder 5_NOBIN_2STA_NOMERGED uses 2 stability constraints, but no dummy | ||
variables or merged stability constraints, and is not in the paper. | ||
The folder 6_YESBIN_2STA_NOMERGED uses 2 stability constraints, dummy | ||
variables, but does not merge stability constraints, and is not in the paper. | ||
The folder 9_NOBIN_1STA_NOMERGED_GS is M1 with Gale-Shapley used to find an | ||
incumbent solution. | ||
The folder A_YESBIN_1STA_YESMERGED_GS is M4 with Gale-Shapley used to find an | ||
incumbent solution. | ||
|