public void TestSimpleSerial() { graphPrim.graph = GraphPrim.generate_graph(nodes, nodes / 2); graphPrim.reset(); graphPrim.serial_prime_alg(); }