File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Naming
2+
3+ The following table relates these folders to the names used in the paper
4+
5+ | Folder name | Algorithm index in paper
6+ | -------------| -------------------------|
7+ | 1_NOBIN_1STA_NOMERGED | M1 |
8+ | 2_YESBIN_1STA_NOMERGED | M2 |
9+ | 3_NOBIN_1STA_YESMERGED | M3 |
10+ | 4_YESBIN_1STA_YESMERGED | M4 |
11+ | 7_NOBIN_2STA_YESMERGED | M5 |
12+ | 8_YESBIN_2STA_YESMERGED | M6 |
13+
14+ The folder 1_NOBIN_1STA_NOMERGED_NOPREPROCESS is M1 but with preprocessing disabled.
15+ The folder 1_NOBIN_1STA_NOMERGED_NOPREPROCESS_NOPRESOLVE is M1 but with preprocessing and Gurobi pre-solving disabled.
16+ The folder 4_YESBIN_1STA_YESMERGED_NOPREPROCESS is M4 but with preprocessing disabled.
17+ The folder 4_YESBIN_1STA_YESMERGED_PRIORITY is M4 with priorities on branching variables.
18+ The folder 5_NOBIN_2STA_NOMERGED uses 2 stability constraints, but no dummy
19+ variables or merged stability constraints, and is not in the paper.
20+ The folder 6_YESBIN_2STA_NOMERGED uses 2 stability constraints, dummy
21+ variables, but does not merge stability constraints, and is not in the paper.
22+ The folder 9_NOBIN_1STA_NOMERGED_GS is M1 with Gale-Shapley used to find an
23+ incumbent solution.
24+ The folder A_YESBIN_1STA_YESMERGED_GS is M4 with Gale-Shapley used to find an
25+ incumbent solution.
26+
You can’t perform that action at this time.
0 commit comments