Skip to content

Commit

Permalink
Add README to SMTI-GRP algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
WPettersson committed Feb 7, 2019
1 parent d26987e commit ba7df53
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions SMTI-GRP/README.md
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.

0 comments on commit ba7df53

Please sign in to comment.