Skip to content

Commit

Permalink
Add MOI wrapper (#8)
Browse files Browse the repository at this point in the history
* Add MOI wrapper

* Add test Project.toml

* Add checks

* Use dual format

* Fix format

* Fixes

* Add comment

* Add simple test using MOI

* Remove MOI wrapper tests and leave it for next PR

* Fix format

* Remove out file

* Remove sdplr.param

* Loosen tol
  • Loading branch information
blegat authored Nov 20, 2023
1 parent 5b8de35 commit fe20e8f
Show file tree
Hide file tree
Showing 9 changed files with 595 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Benoît Legat <[email protected]>"]
version = "0.1.0"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
SDPLR_jll = "3a057b76-36a0-51f0-a66f-6d580b8e8efd"

[compat]
Expand Down
Loading

0 comments on commit fe20e8f

Please sign in to comment.