diff options
author | Marius Linge <atrius@pannekake.org> | 2018-03-23 20:26:30 +0100 |
---|---|---|
committer | Marius Linge <atrius@pannekake.org> | 2018-03-23 20:26:30 +0100 |
commit | 44f82d1146a4718fe234c3ab987eb555d0da08ba (patch) | |
tree | cc2e509bb3c4031dfb4dfa58ec51820c85ba59d3 /planning | |
parent | 978d35afe80d701fef89519355969794dcb363ac (diff) |
Update planning for TG18
Diffstat (limited to 'planning')
-rw-r--r-- | planning/planning.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp index 324a7b4..7aefc8c 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -7,7 +7,8 @@ // // g++ -std=gnu++11 -Wall -g -O3 -fopenmp -DOUTPUT_FILES=1 -o planning planning.cpp && ./planning -4 6 14 -23 24 -30 30 35 -35 // -// TG18: -4 6 14 -23 24 -30 32 37 -38 +// TG18: -4 6 14 -23 24 -30 32 35 -37 < Current +// -4 6 14 -23 24 -30 32 37 -38 // -4 6 14 -23 24 -30 30 35 -35 // // @@ -366,6 +367,8 @@ void Planner::init_switches() switches.push_back(Switch(i, 3)); } if (i == 2) { + switches.push_back(Switch(i,0)); + switches.push_back(Switch(i,1)); switches.push_back(Switch(i,2)); switches.push_back(Switch(i,3)); } |