From dae45d0481797e51029c8fc0504528bda2aaaf54 Mon Sep 17 00:00:00 2001 From: Johannes Roeder Date: Wed, 10 Aug 2022 16:11:47 +0200 Subject: [PATCH] Add todo for aggregation model builder --- dhnx/optimization/optimization_models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dhnx/optimization/optimization_models.py b/dhnx/optimization/optimization_models.py index e5993c9a..7d6c87ef 100644 --- a/dhnx/optimization/optimization_models.py +++ b/dhnx/optimization/optimization_models.py @@ -8,6 +8,8 @@ by the contributors recorded in the version control history of the file, available from its original location: +TODO : Add class for the optimization of aggregated Networks + SPDX-License-Identifier: MIT """