From c71ed3c2d1afa21d6285a14270f3a7760d20b400 Mon Sep 17 00:00:00 2001 From: stefanmaak Date: Mon, 13 Jan 2025 10:52:01 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b323dd31..72dd6bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Added printProblem to print problem to stdout - Added stage checks to presolve, freereoptsolve, freetransform - Added primal_dual_evolution recipe and a plot recipe +- Added python wrappers for usage of SCIPcopyLargeNeighborhoodSearch, SCIPtranslateSubSol and SCIPhashmapCreate ### Fixed - Added default names to indicator constraints ### Changed