These 12 input files are for testing the graph checking:
i0loop
i1mult
i2digraph
i3big
i4neg
i5nmax
i6small
i7stop
i8_K100
i9_incomplete
i10_deg_neg
i11_deg_big

These 8 input files are for testing dominating set checking:
id0_ok
id1_too_big
id2_too_small
id3_value_too_small
id4_value_too_big
id5_not_dom
id6_incomplete
id7_continue

Here are the command files I used to run the programs:
test_graph0
test_graph1
test_dom0
test_dom1

I type for example:
source test_graph0

Here are sample outputs:
dom0_comments.txt
dom1_comments.txt
graph0_comments.txt
graph1_comments.txt
