Update doc

This commit is contained in:
Mizux Seiha
2021-12-14 21:57:15 +01:00
parent f6b59dea7d
commit 2cb85b4eea
938 changed files with 26889 additions and 27600 deletions

View File

@@ -5966,7 +5966,7 @@ $(document).ready(function(){initNavTree('graph__python__wrap_8cc_source.html','
<div class="ttc" id="amin__cost__flow_8h_html"><div class="ttname"><a href="min__cost__flow_8h.html">min_cost_flow.h</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a18d2a8338b0d0e7ec3852cc0b58037ed"><div class="ttname"><a href="namespaceoperations__research.html#a18d2a8338b0d0e7ec3852cc0b58037ed">operations_research::DijkstraShortestPath</a></div><div class="ttdeci">bool DijkstraShortestPath(int node_count, int start_node, int end_node, std::function&lt; int64_t(int, int)&gt; graph, int64_t disconnected_distance, std::vector&lt; int &gt; *nodes)</div><div class="ttdef"><b>Definition:</b> <a href="dijkstra_8cc_source.html#l00151">dijkstra.cc:151</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a259d58fc853dd928f2148dbcf1ef25cd"><div class="ttname"><a href="namespaceoperations__research.html#a259d58fc853dd928f2148dbcf1ef25cd">operations_research::FlowQuantity</a></div><div class="ttdeci">int64_t FlowQuantity</div><div class="ttdef"><b>Definition:</b> <a href="ebert__graph_8h_source.html#l00203">ebert_graph.h:203</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a40d226c5f5c250cf81ae0845a8afeb89"><div class="ttname"><a href="namespaceoperations__research.html#a40d226c5f5c250cf81ae0845a8afeb89">operations_research::AStarShortestPath</a></div><div class="ttdeci">bool AStarShortestPath(int node_count, int start_node, int end_node, std::function&lt; int64_t(int, int)&gt; graph, std::function&lt; int64_t(int)&gt; heuristic, int64_t disconnected_distance, std::vector&lt; int &gt; *nodes)</div><div class="ttdef"><b>Definition:</b> <a href="astar_8cc_source.html#l00170">astar.cc:170</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a40d226c5f5c250cf81ae0845a8afeb89"><div class="ttname"><a href="namespaceoperations__research.html#a40d226c5f5c250cf81ae0845a8afeb89">operations_research::AStarShortestPath</a></div><div class="ttdeci">bool AStarShortestPath(int node_count, int start_node, int end_node, std::function&lt; int64_t(int, int)&gt; graph, std::function&lt; int64_t(int)&gt; heuristic, int64_t disconnected_distance, std::vector&lt; int &gt; *nodes)</div><div class="ttdef"><b>Definition:</b> <a href="astar_8cc_source.html#l00169">astar.cc:169</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a7ae31ba4c3b4899478e53ca13df35dfc"><div class="ttname"><a href="namespaceoperations__research.html#a7ae31ba4c3b4899478e53ca13df35dfc">operations_research::NodeIndex</a></div><div class="ttdeci">int32_t NodeIndex</div><div class="ttdef"><b>Definition:</b> <a href="ebert__graph_8h_source.html#l00201">ebert_graph.h:193</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ad7c912405ec283963f6a4f6dda80c674"><div class="ttname"><a href="namespaceoperations__research.html#ad7c912405ec283963f6a4f6dda80c674">operations_research::BellmanFordShortestPath</a></div><div class="ttdeci">bool BellmanFordShortestPath(int node_count, int start_node, int end_node, std::function&lt; int64_t(int, int)&gt; graph, int64_t disconnected_distance, std::vector&lt; int &gt; *nodes)</div><div class="ttdef"><b>Definition:</b> <a href="bellman__ford_8cc_source.html#l00115">bellman_ford.cc:115</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_aecf320bda6e95d1edaf3a546673e3e6b"><div class="ttname"><a href="namespaceoperations__research.html#aecf320bda6e95d1edaf3a546673e3e6b">operations_research::ArcIndex</a></div><div class="ttdeci">int32_t ArcIndex</div><div class="ttdef"><b>Definition:</b> <a href="ebert__graph_8h_source.html#l00202">ebert_graph.h:202</a></div></div>