-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP : MOI wrapper (based on LQOI) (#27)
* MOI interface through LQOI (Partially implemented) * more impl. * Finished first impl and fixed tests. * updated to use CSR struct * minor updates. more tests * a few fixes * using copy! * removed some commented out code * minor modifs * some fixes * exculded test linear11 * removed the LQOI version upperbound * limited LQOI to 2.0 inclusive * Tidy up. Remove unneeded docstrings, fix a few functions, enable more tests. * Handle infeasiblity certificates and other matters: * Minor re-org * Remove unneeded code * Exclude linear11 test * minor updates * renaming ClpOptimizer --> Clp.Optimizer * update requires * enabled a test, added 0.7 to travis
- Loading branch information
Showing
7 changed files
with
459 additions
and
7 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
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
julia 0.6 | ||
Compat 0.59 | ||
Cbc | ||
MathProgBase 0.5 0.8 | ||
LinQuadOptInterface 0.3 0.4 |
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
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.