Loading [MathJax]/extensions/tex2jax.js
Antares Xpansion
Investment simulations for Antares studies
All Classes Namespaces Files Functions Variables Typedefs Pages
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
10std::shared_ptr<Output::OutputWriter> build_void_writer();
11
12std::shared_ptr<Output::OutputWriter> build_json_writer(const std::filesystem::path& json_file_name,
13 bool restart);
14
15#endif // ANTARESXPANSION_WRITERFACTORIES_H