-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add MOI * Add MOI to require * Add atomic tests * Update obj sense * More tidying * Latest updates * Updates for latest MOI * Remove dict maps * Partial rename of LQOI * More Renamings * More Renamings * More Renamings * More Renamings * Update version bounds * More Renamings * Add explict ranged constraint methods * Add LQOI to REQUIRE * support SingleVariable objective functions * clone LinQuadOptInterface.jl on Travis * Add latest MOI unit tests * Exclude new tests * Remove vaf in reals * Basic constraint tests * Updates for LQOI#15 * Updates for CSRMatrix * Updates to CSRMatrix * Add get_range for the set of an interval constraint * Return 1-indexed columns * Add modification tests * Enable modification tests * Bump LQOI to tagged version * Comment failing tests * Update .travis.yml * Update appveyor.yml
- Loading branch information
Showing
8 changed files
with
1,199 additions
and
12 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 |
---|---|---|
|
@@ -2,3 +2,4 @@ julia 0.6 | |
BinDeps | ||
@osx Homebrew | ||
Compat 0.63 | ||
LinQuadOptInterface 0.1 0.2 |
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ builds | |
downloads | ||
src | ||
deps.jl | ||
glpk* |
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 |
---|---|---|
|
@@ -2234,4 +2234,6 @@ end | |
|
||
#}}} | ||
|
||
include("MOIWrapper.jl") | ||
|
||
end # module |
Oops, something went wrong.