-
-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
73 additions
and
17 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 |
---|---|---|
|
@@ -2,19 +2,23 @@ | |
# Copyright S.A.Mitchell ([email protected]), 2007- | ||
# Copyright F.Peschiera ([email protected]), 2019- | ||
# See the LICENSE file for copyright information. | ||
2.4 2020-12-22 | ||
added mps reading support | ||
updated docs | ||
fix bug with no objective in prob.toDict() | ||
2.3.1 2020-10-22 | ||
change naming of solver utility functions to camelcase. | ||
fixed gurobi license detection. | ||
change naming of solver utility functions to camelcase | ||
fixed gurobi license detection | ||
fixed scip options and added timeLimit argument | ||
changed docs. | ||
changed docs | ||
2.3 2020-08-04 | ||
Added plugin page in docs | ||
Standardize arguments of solvers to appear in docs | ||
Fixes to import and export of LpProblem and solver | ||
Added warm start to GUROBI | ||
2.2 2020-04-06 | ||
Contribution files | ||
Standard arguments: logPath, gapRel, gapAbs. | ||
Standard arguments: logPath, gapRel, gapAbs | ||
Import and export solver objects | ||
Import and export LpProblem | ||
Took out amply to its own package | ||
|
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
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