From 00f3bdac0705968d7d560c4c9e05fbe6c8812741 Mon Sep 17 00:00:00 2001 From: Guillaume Marques Date: Tue, 16 May 2023 19:44:50 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 4b65b92bd..7ba587839 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +# Coluna 0.6.0 Release notes + +This release is a major update of the algorithms as it implements the architectural choices of 0.5.0 in column generation and benders. + +About the algorithms: +- We separated the generic codes and the interfaces from the implementation (doc will be available soon). The default implementation of algorithms is in the `Algorithm` module. Four new submodules `TreeSearch`, `Branching`, `ColGen`, and `Benders` contain generic code and interface. They are independant. +- Refactoring of column generation +- Refactoring and draft of benders cut generation +- Tests and documentation +- Various bug fixes +- Some regressions as indicated in the Readme. + # Coluna 0.5.0 Release notes This release is a major update of the algorithms. @@ -26,4 +38,4 @@ In the `MathProg` submodule: Other: - Documentation of dynamic sparse arrays -- Support of expressions in BlockDecomposition \ No newline at end of file +- Support of expressions in BlockDecomposition