-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
f2308fe
commit b59b6eb
Showing
7 changed files
with
509 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.