Skip to content

Commit

Permalink
Add MOI unit tests (#63)
Browse files Browse the repository at this point in the history
* Update README.md

* Replaces #59 (#62)

* Implemented JD changes

* Added functions to pass in MOI tests

* fix MOI unittests

* fix identations

* update MOI API

* remove SolverName from basic tests

* fix README.md

* fix VQF supports_constraint

* add formatter

Co-authored-by: Caio Luke <[email protected]>
  • Loading branch information
guilhermebodin and caioluke authored Oct 21, 2021
1 parent f2308fe commit b59b6eb
Show file tree
Hide file tree
Showing 7 changed files with 509 additions and 47 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ authors = ["Tomás Gutierrez <[email protected]>"]
version = "0.1.1"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

[compat]
MathOptInterface = "0.9.20"
julia = "1"

[extras]
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ julia --project=benchmark benchmark/benchmark.jl --new bench
git checkout approach_1
julia --project=benchmark benchmark/benchmark.jl --compare bench
```
When you are ready to make a PR please report the `report.txt` file content in the PR.
When you are ready to make a PR please report the `report.txt` file content in the PR.
Loading

0 comments on commit b59b6eb

Please sign in to comment.