aboutsummaryrefslogtreecommitdiffstats
path: root/planning
diff options
context:
space:
mode:
authorArne Sund <arnels@stortinget.samfundet.no>2015-02-26 00:34:21 +0100
committerArne Sund <arnels@stortinget.samfundet.no>2015-02-26 00:34:21 +0100
commitaf1beadcfa5e22c0541034187f19ad68e0ea3062 (patch)
treea09d61f8f237f96fb393d17141199889135c1ab4 /planning
parentae09fd9af7bc2a5215a1713747b62f9b8fa8335c (diff)
Moved distros so they don't conflict with power racks
Diffstat (limited to 'planning')
-rw-r--r--planning/planning.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp
index f4816c6..f92b019 100644
--- a/planning/planning.cpp
+++ b/planning/planning.cpp
@@ -5,7 +5,7 @@
// Given D distro switches and N access switches, complexity is approx. O(dn³)
// (runs n iterations, each iteration is O(VE), V is O(n), E is O(dn))).
//
-// g++ -std=gnu++11 -Wall -g -O3 -fopenmp -DOUTPUT_FILES=1 -o planning planning.cpp && ./planning -4 9 -11 18 27 -27 -35 37
+// g++ -std=gnu++11 -Wall -g -O3 -fopenmp -DOUTPUT_FILES=1 -o planning planning.cpp && ./planning -5 10 -11 18 27 -27 -35 37
#include <stdio.h>
#include <math.h>