@@ -229,28 +229,28 @@ let pushout graph1 graph2 =
229
229
if (check_site_graph graph) then (Some graph)
230
230
else None
231
231
232
- let test_check_site_graphs =
233
- if (check_site_graph bad_graph1) then Format. printf " bad1 : site graph\n "
234
- else Format. printf " bad1 : not a site graphs\n " ;
235
- if (check_site_graph test_graph5) then Format. printf " graph5 : site graph\n "
236
- else Format. printf " graph5 : not a site graphs\n " ;
237
- if (check_site_graph bad_graph3) then Format. printf " bad3 : site graph\n "
238
- else Format. printf " bad3 : not a site graphs\n " ;
239
- if (check_site_graph bad_graph4) then Format. printf " bad4 : site graph\n "
240
- else Format. printf " bad4 : not a site graphs\n " ;
241
- Format. printf " \n\n "
232
+ (* let test_check_site_graphs = *)
233
+ (* if (check_site_graph bad_graph1) then Format.printf "bad1 : site graph\n" *)
234
+ (* else Format.printf "bad1 : not a site graphs\n"; *)
235
+ (* if (check_site_graph test_graph5) then Format.printf "graph5 : site graph\n" *)
236
+ (* else Format.printf "graph5 : not a site graphs\n"; *)
237
+ (* if (check_site_graph bad_graph3) then Format.printf "bad3 : site graph\n" *)
238
+ (* else Format.printf "bad3 : not a site graphs\n"; *)
239
+ (* if (check_site_graph bad_graph4) then Format.printf "bad4 : site graph\n" *)
240
+ (* else Format.printf "bad4 : not a site graphs\n"; *)
241
+ (* Format.printf "\n\n" *)
242
242
243
- let test_pushout =
244
- let () =
245
- match (pushout test_graph1 test_graph2) with
246
- | Some gr -> Format. printf " pushout 1, 2: \n " ; print_graph gr
247
- | None -> Format. printf " pushout not a site graphs\n " in
248
- Format. printf " \n\n " ;
249
- let () =
250
- match (pushout test_graph3 test_graph4) with
251
- | Some gr -> Format. printf " pushout 3, 4:\n " ; print_graph gr
252
- | None -> Format. printf " pushout not a site graphs\n " in
253
- ( )
243
+ (* let test_pushout = *)
244
+ (* let () = *)
245
+ (* match (pushout test_graph1 test_graph2) with *)
246
+ (* | Some gr -> Format.printf "pushout 1, 2: \n"; print_graph gr *)
247
+ (* | None -> Format.printf "pushout not a site graphs\n" in *)
248
+ (* Format.printf "\n\n"; *)
249
+ (* let () = *)
250
+ (* match (pushout test_graph3 test_graph4) with *)
251
+ (* | Some gr -> Format.printf "pushout 3, 4:\n"; print_graph gr *)
252
+ (* | None -> Format.printf "pushout not a site graphs\n" in *)
253
+ (* () * )
254
254
255
- let test () =
256
- test_pushout
255
+ (* let test () = *)
256
+ (* test_pushout *)
0 commit comments