Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
CouplingMapGenerator.h
1#pragma once
2#include "antares-xpansion/xpansion_interfaces/ILogger.h"
3#include "common.h"
5 public:
6 static CouplingMap BuildInput(const std::filesystem::path& structure_path,
7 std::shared_ptr<ILoggerXpansion> logger,
8 const std::string& context = "Benders");
9};
Definition CouplingMapGenerator.h:4
static CouplingMap BuildInput(const std::filesystem::path &structure_path, std::shared_ptr< ILoggerXpansion > logger, const std::string &context="Benders")
Build the input from the structure file.
Definition CouplingMapGenerator.cpp:23