-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/andreaslundell/SHOTSolver
- Loading branch information
Showing
2 changed files
with
36 additions
and
15 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,2 +1,16 @@ | ||
# SHOT | ||
The Supporting Hyperplane Optimization Toolkit solver for convex MINLP | ||
# The Supporting Hyperplane Optimization Toolkit (SHOT) | ||
|
||
SHOT is a solver for convex mixed-integer nonlinear programming (MINLP) problems. It is | ||
described in the forthcoming paper: | ||
|
||
Lundell, A. Kronqvist, J. and Westerlund, T. The Supporting Hyperplane Optimization Toolkit: A Polyhedral Outer Approximation Based | ||
Convex MINLP Solver Utilizing a Single Branching Tree Approach (2018) | ||
|
||
Some details are also given in: | ||
|
||
- Kronqvist, J., Lundell, A. and Westerlund, T. Journal of Global Optimization (2016) 64: 249. https://doi.org/10.1007/s10898-015-0322-3 | ||
- Lundell, A., Kronqvist, J. and Westerlund, T. Proceedings of the XIII Global Optimization Workshop GOW’16 (2016). http://apolo.dps.uminho.pt/gow16/Proceedings_GOW16.pdf#page=112 | ||
|
||
See the INSTALL file for installation instructions. | ||
|
||
The GAMS interface is contributed by Stefan Vigerske, GAMS Software GmbH. |