aboutsummaryrefslogtreecommitdiffstats
path: root/planning
diff options
context:
space:
mode:
authorArne Sund <arnels@stortinget.samfundet.no>2015-02-26 01:04:16 +0100
committerArne Sund <arnels@stortinget.samfundet.no>2015-02-26 01:04:16 +0100
commit88dfb934e546d02d1f4356032e91277f9f5b94f1 (patch)
tree666a29bd9784ca6b38680256f4cfc22e437c6e6c /planning
parentaf1beadcfa5e22c0541034187f19ad68e0ea3062 (diff)
No distros should be on the same row
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 f92b019..bfe3ea3 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 -5 10 -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 -28 -35 37
#include <stdio.h>
#include <math.h>