Skip to content

Commit 83743de

Browse files
committed
WIP
1 parent 52ff596 commit 83743de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ready-to-use algorithms for network analysis and graph mining tasks.
2626

2727
| Module | Feature | Status | Notes |
2828
|------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------|---------------------------------------------|
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 |
3030
| [**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 |
3131
| [**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 |
3232
| [**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 |

0 commit comments

Comments
 (0)