stdcpp/tsrc/Boost_test/graph/src/floyd_warshall_test.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
   131         }
   131         }
   132       }
   132       }
   133     }
   133     }
   134 
   134 
   135 
   135 
   136     bool bellman, floyd1, floyd2, floyd3;
   136     bool bellman = true, floyd1 = true, floyd2 = true, floyd3 = true;
   137     std::less<int> compare;
   137     std::less<int> compare;
   138     inf_plus<int> combine;
   138     inf_plus<int> combine;
   139     floyd1 =
   139     floyd1 =
   140       boost::floyd_warshall_initialized_all_pairs_shortest_paths
   140       boost::floyd_warshall_initialized_all_pairs_shortest_paths
   141         (g,
   141         (g,
   308         }
   308         }
   309       }
   309       }
   310     }
   310     }
   311 
   311 
   312 
   312 
   313     bool bellman, floyd1, floyd2, floyd3;
   313     bool bellman = true, floyd1 = true, floyd2 = true, floyd3 = true;
   314     std::less<int> compare;
   314     std::less<int> compare;
   315     inf_plus<int> combine;
   315     inf_plus<int> combine;
   316     floyd1 =
   316     floyd1 =
   317       boost::floyd_warshall_initialized_all_pairs_shortest_paths
   317       boost::floyd_warshall_initialized_all_pairs_shortest_paths
   318         (g,
   318         (g,