-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed dependencies to specific solvers and MPI.jl
- Loading branch information
Showing
4 changed files
with
95 additions
and
85 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,2 @@ | ||
julia 0.3- | ||
MPI | ||
JuMP |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# 08-03-2016 | ||
|
||
- Removed unnecessary dependencies to ``StructJuMPSolverInterface``, ``PIPS-NLP`` and ``Ipopt``. The current version of ``StructJuMPSolverInterface`` is specific to PIPS and Ipopt. (needs to be generalized) | ||
- Removed requirement of ``MPI.jl``. This makes the ``StructJuMP`` package general enough for any user. | ||
- Removed dependency to ``JuMP`` by exporting all JuMP functions. So, user does not need to say ``using JuMP``. | ||
- Updated README.md. All solver specific statements are removed. They should be moved to each solver interface. Instead, three solvers that can read models from ``StructJuMP`` are briefly introduced. |
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