diff options
author | Arne Sund <arnels@stortinget.samfundet.no> | 2015-03-18 19:16:31 +0100 |
---|---|---|
committer | Arne Sund <arnels@stortinget.samfundet.no> | 2015-03-18 19:16:31 +0100 |
commit | 86f34bced466ecaa765c86bb270e1e388bc71f7b (patch) | |
tree | 73982669c8600a4de5c6832bc2259af0a19da255 | |
parent | dff222fbec7e95fa19ae822141a58d5ca46d233d (diff) |
Distro moved because of conflict with power rack
-rw-r--r-- | planning/planning.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp index bfe3ea3..cf51b62 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 -28 -35 37 +// g++ -std=gnu++11 -Wall -g -O3 -fopenmp -DOUTPUT_FILES=1 -o planning planning.cpp && ./planning -4 10 -11 18 27 -28 -36 37 #include <stdio.h> #include <math.h> |