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.
2 parents 2ad2b18 + f7fcf14 commit de6863dCopy full SHA for de6863d
.gitignore
@@ -2,3 +2,4 @@
2
*.jl.*.cov
3
*.jl.mem
4
deps/deps.jl
5
+Manifest.toml
Project.toml
@@ -0,0 +1,19 @@
1
+name = "MatrixOptInterface"
+uuid = "2f4eb8e6-3e35-4ae4-8c7a-f3d7d9bf20ed"
+authors = ["JuMP-dev"]
+version = "0.1.0"
+
6
+[deps]
7
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
+MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
9
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10
11
+[compat]
12
+MathOptInterface = "0.9"
13
+julia = "1"
14
15
+[extras]
16
17
18
+[targets]
19
+test = ["Test"]
REQUIRE
0 commit comments