File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ready-to-use algorithms for network analysis and graph mining tasks.
26
26
27
27
| Module | Feature | Status | Notes |
28
28
| ------------------------------------------------| -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------| ---------------------------------------------|
29
- | [ ** Types** ] ( src/graph/types.rs ) | - ✓ Directed and undirected graphs<br >- ✓ Weighted and unweighted graphs | <small >- ☐ Tested <br >- ☐ Benchmarked </small > | Core graph types |
29
+ | [ ** Types** ] ( src/graph/types.rs ) | - ✓ Directed and undirected graphs<br >- ✓ Weighted and unweighted graphs | <small >- ☐ Benchmarked <br >- ☐ Tested </small > | Core graph types |
30
30
| [ ** Exceptions** ] ( src/graph/exceptions.rs ) | - ✓ Base exceptions (` GraphinaException ` )<br >- ✓ Serious error (` GraphinaError ` )<br >- ✓ Pointless concept (` GraphinaPointlessConcept ` )<br >- ✓ Algorithm error (` GraphinaAlgorithmError ` )<br >- ✓ Unfeasible (` GraphinaUnfeasible ` )<br >- ✓ No path (` GraphinaNoPath ` )<br >- ✓ No cycle (` GraphinaNoCycle ` )<br >- ✓ Node not found (` NodeNotFound ` )<br >- ✓ Has a cycle (` HasACycle ` )<br >- ✓ Unbounded (` GraphinaUnbounded ` )<br >- ✓ Not implemented (` GraphinaNotImplemented ` )<br >- ✓ Ambiguous solution (` AmbiguousSolution ` )<br >- ✓ Exceeded max iterations (` ExceededMaxIterations ` )<br >- ✓ Power iteration failed convergence (` PowerIterationFailedConvergence ` ) | <small >- ☐ Tested<br >- ☐ Benchmarked</small > | Custom error types for Graphina |
31
31
| [ ** IO** ] ( src/graph/io.rs ) | - ✓ Edge list<br >- ✓ Adjacency list<br >- ☐ GraphML<br >- ☐ GML<br >- ☐ JSON | <small >- ☐ Tested<br >- ☐ Benchmarked</small > | I/O routines for reading/writing graph data |
32
32
| [ ** Generators** ] ( src/graph/generators.rs ) | - ✓ Erdős–Rényi graph<br >- ✓ Watts–Strogatz graph<br >- ✓ Barabási–Albert graph<br >- ✓ Complete graph<br >- ✓ Bipartite graph<br >- ✓ Star graph<br >- ✓ Cycle graph | <small >- ☐ Tested<br >- ☐ Benchmarked</small > | Generators for random and structured graphs |
You can’t perform that action at this time.
0 commit comments