コード例 #1
0
ファイル: Program.cs プロジェクト: LuckySting/ConcurrentLab6
 public void TestSimpleSerial()
 {
     graphPrim.graph = GraphPrim.generate_graph(nodes, nodes / 2);
     graphPrim.reset();
     graphPrim.serial_prime_alg();
 }