We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e1b33 commit aaf6525Copy full SHA for aaf6525
rustworkx-core/src/shortest_path/simple_shortest_paths.rs
@@ -9,6 +9,8 @@
9
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10
// License for the specific language governing permissions and limitations
11
// under the License.
12
+//
13
+// This Library is for finding out the shortest paths in increasing cost order.
14
15
use crate::petgraph::algo::Measure;
16
use crate::petgraph::graph::{Graph, Node, NodeIndex};
0 commit comments