https://github.com/cog-imperial/galini
An extensible MINLP solver
https://github.com/cog-imperial/galini
mathematical-programming minlp minlp-solver mixed-integer-optimization nonlinear-optimization optimization pyomo
Last synced: 22 days ago
JSON representation
An extensible MINLP solver
- Host: GitHub
- URL: https://github.com/cog-imperial/galini
- Owner: cog-imperial
- License: apache-2.0
- Created: 2018-04-02T14:48:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T04:05:56.000Z (11 months ago)
- Last Synced: 2026-01-27T10:46:16.306Z (3 months ago)
- Topics: mathematical-programming, minlp, minlp-solver, mixed-integer-optimization, nonlinear-optimization, optimization, pyomo
- Language: Python
- Homepage: https://cog-imperial.github.io/galini/
- Size: 2.51 MB
- Stars: 46
- Watchers: 6
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
GALINI
======
Contributors
------------
.. list-table::
:header-rows: 1
:widths: 10 40 50
* - GitHub
- Name
- Acknowledgements
* - |fracek|_
- Francesco Ceccon
- This work was funded by an Engineering & Physical Sciences Research Council Research Fellowship [GrantNumber EP/P016871/1]
* - |rb2309|_
- Radu Baltean-Lugojan
- This work was funded by an Engineering & Physical Sciences Research Council Research Fellowship [GrantNumber EP/P016871/1]
.. _fracek: https://github.com/fracek
.. |fracek| image:: https://avatars1.githubusercontent.com/u/282580?s=120&v=4
:width: 80px
.. _rb2309: https://github.com/rb2309
.. |rb2309| image:: https://avatars2.githubusercontent.com/u/1138134?s=120&v=4
:width: 80px
Citing GALINI
-------------
If you use GALINI in your research, we kindly ask you to reference the
`paper `_.
You may also be interested in the `presentation at INFORMS 2020
`_.
::
@article{ceccon2020galini,
title={GALINI: An extensible mixed-integer quadratically-constrained optimization solver},
author={Ceccon, F. and Baltean-Lugojan, R. and Bynum, M. L. and Li, C. and Misener, R.},
journal={Optimization Online},
year={2020},
url={http://www.optimization-online.org/DB_HTML/2021/01/8207.html}
}
License
-------
Copyright 2020 Francesco Ceccon
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.