Home
last modified time | relevance | path

Searched refs:b_feasible (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/graph/
Dr_c_shortest_paths.hpp210 bool b_feasible = true; in r_c_shortest_paths_dispatch() local
402 b_feasible = true; in r_c_shortest_paths_dispatch()
408 b_feasible = ref(g, in r_c_shortest_paths_dispatch()
413 if (!b_feasible) in r_c_shortest_paths_dispatch()
668 bool& b_feasible, bool& b_correctly_extended, in check_r_c_path() argument
674 b_feasible = true; in check_r_c_path()
688 b_feasible = false; in check_r_c_path()
695 b_feasible = true; in check_r_c_path()
702 b_feasible = ref(g, actual_final_resource_levels, in check_r_c_path()
705 if (!b_feasible) in check_r_c_path()
/third_party/boost/libs/graph/example/
Dr_c_shortest_paths_example.cpp308 bool b_feasible = false; in main() local
314 b_is_a_path_at_all, b_feasible, b_correctly_extended, in main()
318 if (!b_feasible) in main()
322 if (b_is_a_path_at_all && b_feasible && b_correctly_extended) in main()
/third_party/boost/libs/graph/test/
Dr_c_shortest_paths_test.cpp538 bool b_feasible = false; in main() local
546 ref_spptw(), b_is_a_path_at_all, b_feasible, in main()
549 b_is_a_path_at_all && b_feasible && b_correctly_extended); in main()
551 b_feasible = false; in main()
559 ref_spptw(), b_is_a_path_at_all, b_feasible, in main()
562 b_is_a_path_at_all && b_feasible && b_correctly_extended); in main()