We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b928aa commit 75577e6Copy full SHA for 75577e6
src/solvers/README.md
@@ -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