5 #include "storage-for-remix-interface.h"
7 namespace Antares::Solver::Simulation
9 void shavePeaksByRemixingStorageGen(
const std::vector<double>& Load,
10 std::vector<double>& UnsupE,
11 const std::vector<double>& Spillage,
12 const std::vector<double>& DTG_MRG,
13 ListStorageForRemix storagesForRemix);
15 void checkInput(
const std::vector<double>& Load,
16 const std::vector<double>& UnsupE,
17 const std::vector<double>& Spillage,
18 const std::vector<double>& DTG_MRG,
19 const ListStorageForRemix& storagesForRemix);
21 void collectRemixDebugInfo(
const ListStorageForRemix& storagesForRemix, std::stringstream& stream);