You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the vertex index map provided by the <code>graph</code>.</p>
60
60
</blockquote>
61
61
62
+
<p><strong>IN:</strong><code>unsigned int max_length = 0</code></p>
63
+
64
+
<blockquote>
65
+
<p>The maximum circuit length to consider. Beyond this it truncates the depth-first search, reducing the computation time by ignoring longer circuits. The default value of <code>max_length = 0</code> implies no maximum.</p>
The file <ahref="../example/r_c_shortest_paths_example.cpp">
557
-
<rr>example/r_c_shortest_paths_example.cpp</tt></a> provides examples for how SPPRCs can be solved with the <tt>r_c_shortest_paths</tt> functions. There is an example for an SPP without resource constraints and an example for a shortest path problem with time windows.<br>
557
+
<tt>example/r_c_shortest_paths_example.cpp</tt></a> provides examples for how SPPRCs can be solved with the <tt>r_c_shortest_paths</tt> functions. There is an example for an SPP without resource constraints and an example for a shortest path problem with time windows.<br>
558
558
It is obvious that one would not use the algorithm for SPPs without resource constraints, because there are faster algorithms for this problem, but one would expect a code for the SPP with resource constraints to be able to handle such a case.
<h1><aclass="toc-backref" href="#id5">Building the GraphViz Readers</a></h1>
183
183
<p>To use the GraphViz readers, you will need to build and link against
184
-
the "boost_graph" and "boost_regex" libraries. These libraries can be built by following the
185
-
<aclass="reference external" href="../../../more/getting_started.html#Build_Install">Boost Jam Build Instructions</a> for the subdirectories<ttclass="docutils literal"><spanclass="pre">libs/graph/build</span></tt> and <ttclass="docutils literal"><spanclass="pre">libs/regex/build</span></tt>.</p>
184
+
the "boost_graph" library. This library can be built by following the
185
+
<aclass="reference external" href="../../../more/getting_started.html#Build_Install">Boost Jam Build Instructions</a> for the subdirectory<ttclass="docutils literal"><spanclass="pre">libs/graph/build</span></tt>.</p>
0 commit comments