Skip to content

Commit 75577e6

Browse files
committed
notes on solvers in SSGrB
1 parent 5b928aa commit 75577e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/solvers/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Solvers for SuiteSparse:GraphBLAS
2+
3+
The solver files here are mostly temporary wrappers while a couple things
4+
(in no particular order and dependency) happen:
5+
6+
1. In a future version of Julia conditional deps come about
7+
2. SparseArrays removal from sysimg
8+
3. SuiteSparse solvers are separated out from each other into their own pkgs
9+
10+
Once those things occur this can hopefully be done more elegantly than essentially just
11+
reimplementing all the behavior.

0 commit comments

Comments
 (0)