From af1beadcfa5e22c0541034187f19ad68e0ea3062 Mon Sep 17 00:00:00 2001 From: Arne Sund Date: Thu, 26 Feb 2015 00:34:21 +0100 Subject: Moved distros so they don't conflict with power racks --- planning/planning.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'planning/planning.cpp') 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 #include -- cgit v1.2.3