Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
WriterFactories.h
1
2
#ifndef ANTARESXPANSION_WRITERFACTORIES_H
3
#define ANTARESXPANSION_WRITERFACTORIES_H
4
5
#include <filesystem>
6
#include <string>
7
8
#include "antares-xpansion/benders/output/OutputWriter.h"
9
10
std::shared_ptr<Output::OutputWriter> build_void_writer();
11
12
std::shared_ptr<Output::OutputWriter> build_json_writer(
const
std::filesystem::path& json_file_name,
13
bool
restart);
14
15
#endif
// ANTARESXPANSION_WRITERFACTORIES_H
src
cpp
benders
factories
include
antares-xpansion
benders
factories
WriterFactories.h
Generated by
1.12.0