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 12eed2e commit 3db0c01Copy full SHA for 3db0c01
Project.toml
@@ -1,7 +1,7 @@
1
name = "BasicLU"
2
uuid = "f55c55da-c227-4c78-8e30-b72a48476979"
3
authors = ["Lukas Schork (@lschork2)", "Alexis Montoison (@amontoison)"]
4
-version = "0.1.0"
+version = "0.1.1"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
README.md
@@ -17,7 +17,7 @@
17
18
```julia
19
julia> ]
20
-pkg> add https://github.com/JuliaSmoothOptimizers/BasicLU.jl.git
+pkg> add BasicLU
21
pkg> test BasicLU
22
```
23
0 commit comments