Index: doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.dat
===================================================================
--- doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.dat	(revision 4ba22b8fc4693d23c8f0d89fd45862c4ce65dc3b)
+++ doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.dat	(revision 811466d54418e0608c9f8cf06adcaf92ade1e249)
@@ -1,25 +1,25 @@
-"algorithm"	"tests completed"	"avg. peak memory (MB)"	"avg. runtime (ms)"
-"\\textsc{bu-imm-bas}"	126	6	228
-"\\textsc{bu-imm-inc}"	124	15	281
-"\\textsc{bu-imm-per}"	128	6	109
-"\\textsc{co-imm-bas}"	104	13	1883
-"\\textsc{co-imm-inc}"	102	61	3039
-"\\textsc{co-imm-per}"	105	13	1420
-"\\textsc{td-imm-bas}"	64	125	2620
-"\\textsc{td-imm-inc}"	62	322	2717
-"\\textsc{bu-def-bas}"	129	6	143
-"\\textsc{bu-def-inc}"	126	7	213
-"\\textsc{bu-def-per}"	129	5	78
-"\\textsc{co-def-bas}"	102	14	1672
-"\\textsc{co-def-inc}"	100	50	2845
-"\\textsc{co-def-per}"	102	12	1317
-"\\textsc{td-def-bas}"	67	18	189
-"\\textsc{td-def-inc}"	66	40	263
-"\\textsc{bu-dca-bas}"	131	6	151
-"\\textsc{bu-dca-inc}"	130	7	208
-"\\textsc{bu-dca-per}"	131	5	80
-"\\textsc{co-dca-bas}"	103	14	1737
-"\\textsc{co-dca-inc}"	101	50	2824
-"\\textsc{co-dca-per}"	103	12	1339
-"\\textsc{td-dca-bas}"	67	18	191
-"\\textsc{td-dca-inc}"	66	40	258
+"algorithm"	"tests completed"	"avg. peak memory (MB)"	"avg. runtime (ms)"	"style"
+"\\textsc{bu-imm-bas}"	126	6	228	1
+"\\textsc{bu-imm-inc}"	124	15	281	1
+"\\textsc{bu-imm-per}"	128	6	109	1
+"\\textsc{bu-def-bas}"	129	6	143	1
+"\\textsc{bu-def-inc}"	126	7	213	1
+"\\textsc{bu-def-per}"	129	5	78	1
+"\\textsc{bu-dca-bas}"	131	6	151	1
+"\\textsc{bu-dca-inc}"	130	7	208	1
+"\\textsc{bu-dca-per}"	131	5	80	1
+"\\textsc{co-imm-bas}"	104	13	1883	2
+"\\textsc{co-imm-inc}"	102	61	3039	2
+"\\textsc{co-imm-per}"	105	13	1420	2
+"\\textsc{co-def-bas}"	102	14	1672	2
+"\\textsc{co-def-inc}"	100	50	2845	2
+"\\textsc{co-def-per}"	102	12	1317	2
+"\\textsc{co-dca-bas}"	103	14	1737	2
+"\\textsc{co-dca-inc}"	101	50	2824	2
+"\\textsc{co-dca-per}"	103	12	1339	2
+"\\textsc{td-def-bas}"	67	18	189	3
+"\\textsc{td-def-inc}"	66	40	263	3
+"\\textsc{td-imm-bas}"	64	125	2620	3
+"\\textsc{td-imm-inc}"	62	322	2717	3
+"\\textsc{td-dca-bas}"	67	18	191	3
+"\\textsc{td-dca-inc}"	66	40	258	3
Index: doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.gp
===================================================================
--- doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.gp	(revision 4ba22b8fc4693d23c8f0d89fd45862c4ce65dc3b)
+++ doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.gp	(revision 811466d54418e0608c9f8cf06adcaf92ade1e249)
@@ -15,7 +15,9 @@
 
 # TESTS COMPLETED #
-set yrange [0:]
+set yrange [0:131]
 
-plot 'evaluation/algo-summary.dat' using 2:xtic(1) with boxes
+plot 'evaluation/algo-summary.dat' using ($5 == 1 ? $2 : 1/0):xtic(1) with boxes, \
+	'' using ($5 == 2 ? $2 : 1/0):xtic(1) with boxes, \
+	'' using ($5 == 3 ? $2 : 1/0):xtic(1) with boxes 
 
 # BU AVG. RUNTIME #
@@ -30,5 +32,7 @@
 set output BUILD."avg-runtime.tex"
 
-plot 'evaluation/algo-summary.dat' using 4:xtic(1) with boxes
+plot 'evaluation/algo-summary.dat' using ($5 == 1 ? $4 : 1/0):xtic(1) with boxes, \
+	'' using ($5 == 2 ? $4 : 1/0):xtic(1) with boxes, \
+	'' using ($5 == 3 ? $4 : 1/0):xtic(1) with boxes
 
 # BU AVG. PEAK MEMORY #
@@ -44,5 +48,7 @@
 set yrange [0:80]
 
-set label "125" at 6.25,82
-set label "322" at 7.75,82
-plot 'evaluation/algo-summary.dat' using 3:xtic(1) with boxes
+set label "125" at 20.25,82
+set label "322" at 21.75,82
+plot 'evaluation/algo-summary.dat' using ($5 == 1 ? $3 : 1/0):xtic(1) with boxes, \
+	'' using ($5 == 2 ? $3 : 1/0):xtic(1) with boxes, \
+	'' using ($5 == 3 ? $3 : 1/0):xtic(1) with boxes
