Skip to content
Snippets Groups Projects
Commit cf360155 authored by Clara Witte's avatar Clara Witte
Browse files

Release version v0.7.1

parent 6d1ea2f1
No related branches found
No related tags found
No related merge requests found
Release version 0.7.1 (July 26th, 2023):
- Bugfixes:
- Add missing commmit in babbase
Release version 0.7.0 (July 26th, 2023):
- New features & interfaces:
- MAiNGO can also be used in parallel in python (requires package mpi4py)
- MAiNGO is now also available in JuMP
- New features & interfaces:
- MAiNGO can also be used in parallel in python (requires package mpi4py)
- MAiNGO is now also available in JuMP
- Bugfixes:
- in Utility MAiNGOReaderWriter
- in writing into ALE syntax
- in writing into ALE syntax
Release version 0.6.0 (May 26th, 2023):
- New features & interfaces:
- MAiNGO now has a C-API. It mainly expects text input in ALE syntax.
- New algorithm for large parameter estimation problems, see documentation under Parameter estimation
- Updates in ALE syntax
- New features & interfaces:
- MAiNGO now has a C-API. It mainly expects text input in ALE syntax.
- New algorithm for large parameter estimation problems, see documentation under Parameter estimation
- Updates in ALE syntax
- MAiNGO Algorithm:
- Now allowing OBBT to only be done with a probability that decrases exponentially with the depth of the given B&B node
- Minor improvements to rounding heuristic in mixed-integer part that may help find feasible solutions earlier
- Introduced lazy evaluation for quadratic problems
- Added intrinsic function mid(x,y,k), where k is a constant and x and y are variables
- Added intrinsic funciton pinch(x,y,z) = max(x,z)-max(y,z)
- Now allowing OBBT to only be done with a probability that decrases exponentially with the depth of the given B&B node
- Minor improvements to rounding heuristic in mixed-integer part that may help find feasible solutions earlier
- Introduced lazy evaluation for quadratic problems
- Added intrinsic function mid(x,y,k), where k is a constant and x and y are variables
- Added intrinsic funciton pinch(x,y,z) = max(x,z)-max(y,z)
- Bugfixes:
- Fixed bug that could lead to a (incorrectly calculated) negative final optimality gap
- Fixed several minor bugs & compiler errrors/warning on different systems
- Fixed potential segmentation fault im MAiNGO_Reader_Writer
- Fixed bug that could lead to a (incorrectly calculated) negative final optimality gap
- Fixed several minor bugs & compiler errrors/warning on different systems
- Fixed potential segmentation fault im MAiNGO_Reader_Writer
- Misc:
- Added tests for MPI-parallelized version
- Added support for newer CPLEX versions up to 20.1
- Added tests for MPI-parallelized version
- Added support for newer CPLEX versions up to 20.1
- Third-party libraries:
- Upgraded to Pybind11 v2.10.2
......
set(MAiNGO_VERSION
0.7.0
0.7.1
)
Subproject commit 3b9f338e6e66e5954500deced43cd3365da05cf9
Subproject commit 180a0baf10b1d0443945c667d8f19de3e72bd43b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment