Floyd-Warshall algorithm: Difference between revisions

m
Line 2,744:
 
 
This implementation was written by referring frequently to [[#ATS|the ATS]], but differs from it considerably. For example, it assumes IEEE floating point, whereas the ATS purposely avoided that assumption. However, the "square matrixarray" and "edge" types are very similar to the ATS equivalents.
 
<lang ocaml>(*
1,448

edits