Skip to content

Commit

Permalink
Merge pull request #1 from blegat/bl/lp
Browse files Browse the repository at this point in the history
Implements MOI interface for LP
  • Loading branch information
blegat authored Aug 24, 2019
2 parents e5233a3 + 996ee0a commit 8fc13b2
Show file tree
Hide file tree
Showing 6 changed files with 537 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Manifest.toml
22 changes: 22 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "SDPT3"
uuid = "e33b2407-87ff-50a0-8b27-f0fe7855237d"
repo = "https://github.com/blegat/SDPT3.jl.git"
version = "0.0.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MATLAB = "10e44e05-a98a-55b3-a45b-ba969058deb6"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
MATLAB = "≥ 0.7.3"
MathOptInterface = "~0.9.1"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
Loading

0 comments on commit 8fc13b2

Please sign in to comment.