Skip to content

Commit

Permalink
Deploying to docs from @ e69930b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
barakugav committed Mar 23, 2024
1 parent efb14d2 commit d6e139d
Show file tree
Hide file tree
Showing 539 changed files with 24,920 additions and 11,738 deletions.
302 changes: 151 additions & 151 deletions 0.4.1-snapshot/allclasses-index.html

Large diffs are not rendered by default.

222 changes: 111 additions & 111 deletions 0.4.1-snapshot/allclasses.html

Large diffs are not rendered by default.

127 changes: 123 additions & 4 deletions 0.4.1-snapshot/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>All Packages (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down Expand Up @@ -133,24 +133,143 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/bipartite/package-summary.html">com.jgalgo.alg.bipartite</a></th>
<td class="colLast">
<div class="block">Algorithms for solving bipartite graph problems.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/clique/package-summary.html">com.jgalgo.alg.clique</a></th>
<td class="colLast">
<div class="block">Algorithms for solving cliques and independent sets problems.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/closure/package-summary.html">com.jgalgo.alg.closure</a></th>
<td class="colLast">
<div class="block">Algorithms for findings closures in graphs.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/color/package-summary.html">com.jgalgo.alg.color</a></th>
<td class="colLast">
<div class="block">Algorithms for solving graph coloring problems.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/connect/package-summary.html">com.jgalgo.alg.connect</a></th>
<td class="colLast">
<div class="block">Algorithms for solving connectivity problems, such as strongly/weakly connected components, minimum edge/vertex cuts,
ect.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/cores/package-summary.html">com.jgalgo.alg.cores</a></th>
<td class="colLast">
<div class="block">Algorithms for computing the cores of graphs.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/cover/package-summary.html">com.jgalgo.alg.cover</a></th>
<td class="colLast">
<div class="block">Algorithms for solving set cover problems, such as minimum vertex/edge cover, dominating set, etc.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/cycle/package-summary.html">com.jgalgo.alg.cycle</a></th>
<td class="colLast">
<div class="block">Algorithms solving cycles related problems, such as iterating over cycles in a graph, findings a cycle with the
minimum mean edge weight, etc.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/dag/package-summary.html">com.jgalgo.alg.dag</a></th>
<td class="colLast">
<div class="block">Algorithms specifically designed for directed acyclic graphs (DAGs).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/distancemeasures/package-summary.html">com.jgalgo.alg.distancemeasures</a></th>
<td class="colLast">
<div class="block">Algorithms for computing the distance measures properties in graphs, such as the the diameter, the radius, the
eccentricity, the center, ect.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/euler/package-summary.html">com.jgalgo.alg.euler</a></th>
<td class="colLast">
<div class="block">Algorithms for finding Eulerian paths and cycles in graphs.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/flow/package-summary.html">com.jgalgo.alg.flow</a></th>
<td class="colLast">
<div class="block">Algorithms for solving flow problems in graphs, such as maximum flow, min cost flow, and circulation problems.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/hamilton/package-summary.html">com.jgalgo.alg.hamilton</a></th>
<td class="colLast">
<div class="block">Algorithms for solving Hamiltonian path problems.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/isomorphism/package-summary.html">com.jgalgo.alg.isomorphism</a></th>
<td class="colLast">
<div class="block">Algorithms for determining isomorphism between graphs.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/match/package-summary.html">com.jgalgo.alg.match</a></th>
<td class="colLast">
<div class="block">Algorithms for computing matchings in graphs, such as maximum/minimum weight matchings, maximum cardinality
matchings, perfect matchings, ect.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/path/package-summary.html">com.jgalgo.alg.path</a></th>
<td class="colLast">
<div class="block">Algorithms for finding paths in graphs, such as shortest paths, iterating over all simple paths between two vertices,
computing the Voronoi cells given a set of sites, ect.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/span/package-summary.html">com.jgalgo.alg.span</a></th>
<td class="colLast">
<div class="block">Algorithms for finding the minimum spanning trees and Steiner trees of graphs.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/traversal/package-summary.html">com.jgalgo.alg.traversal</a></th>
<td class="colLast">
<div class="block">Algorithms for traversing graphs, such as depth-first search and breadth-first search.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/alg/tree/package-summary.html">com.jgalgo.alg.tree</a></th>
<td class="colLast">
<div class="block">Algorithms specifically for tree graphs, such as LCA or TPM.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/example/package-summary.html">com.jgalgo.example</a></th>
<td class="colLast">
<div class="block">Simple examples using the basics of <a href="com/jgalgo/graph/package-summary.html"><code>com.jgalgo.graph</code></a> and <a href="com/jgalgo/alg/package-summary.html"><code>com.jgalgo.alg</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/gen/package-summary.html">com.jgalgo.gen</a></th>
<td class="colLast">
<div class="block">Graph generators used to generate (possibly random) graphs with different distributions and structures.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/graph/package-summary.html">com.jgalgo.graph</a></th>
<td class="colLast">
<div class="block">Graphs object are the fundamental building blocks of the JGAlgo library.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/jgalgo/io/package-summary.html">com.jgalgo.io</a></th>
<td class="colLast">
<div class="block">The I/O classes provide varies ways to read/write <a href="com/jgalgo/graph/Graph.html" title="interface in com.jgalgo.graph">graphs</a> from/to files.</div>
Expand Down
2 changes: 1 addition & 1 deletion 0.4.1-snapshot/com/jgalgo/JGAlgoConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>JGAlgoConfig (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>GuavaGraphAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>GuavaMutableGraphAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>GuavaMutableNetworkAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>GuavaMutableValueGraphAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>GuavaNetworkAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>GuavaNetworkWrapper (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>GuavaValueGraphAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Class com.jgalgo.adapt.guava.GuavaGraphAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Class com.jgalgo.adapt.guava.GuavaMutableGraphAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Class com.jgalgo.adapt.guava.GuavaMutableNetworkAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Class com.jgalgo.adapt.guava.GuavaMutableValueGraphAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Class com.jgalgo.adapt.guava.GuavaNetworkAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Class com.jgalgo.adapt.guava.GuavaNetworkWrapper (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Class com.jgalgo.adapt.guava.GuavaValueGraphAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
2 changes: 1 addition & 1 deletion 0.4.1-snapshot/com/jgalgo/adapt/guava/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>com.jgalgo.adapt.guava (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
2 changes: 1 addition & 1 deletion 0.4.1-snapshot/com/jgalgo/adapt/guava/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>com.jgalgo.adapt.guava Class Hierarchy (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
2 changes: 1 addition & 1 deletion 0.4.1-snapshot/com/jgalgo/adapt/guava/package-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Package com.jgalgo.adapt.guava (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>JGraphTAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>JGraphTWrapper (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Class com.jgalgo.adapt.jgrapht.JGraphTAdapter (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Class com.jgalgo.adapt.jgrapht.JGraphTWrapper (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>com.jgalgo.adapt.jgrapht (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
2 changes: 1 addition & 1 deletion 0.4.1-snapshot/com/jgalgo/adapt/jgrapht/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>com.jgalgo.adapt.jgrapht Class Hierarchy (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
2 changes: 1 addition & 1 deletion 0.4.1-snapshot/com/jgalgo/adapt/jgrapht/package-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 14:18:57 UTC 2024 -->
<!-- Generated by javadoc (11.0.22) on Sat Mar 23 19:31:29 UTC 2024 -->
<title>Uses of Package com.jgalgo.adapt.jgrapht (JGAlgo - Parent 0.4.1-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-03-23">
Expand Down
Loading

0 comments on commit d6e139d

Please sign in to comment.