Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
ProblemNameParser.h
1
//
2
// Created by marechaljas on 02/05/2022.
3
//
4
5
#ifndef ANTARESXPANSION_TESTS_CPP_LP_NAMER_PROBLEMCONSTRUCTIONTEST_CPP_PROBLEMNAMEPARSER_H_
6
#define ANTARESXPANSION_TESTS_CPP_LP_NAMER_PROBLEMCONSTRUCTIONTEST_CPP_PROBLEMNAMEPARSER_H_
7
8
#include <filesystem>
9
#include <cstring>
10
11
std::pair<unsigned int, unsigned int> McYearAndWeek(
const
std::string &problem_file_name);
12
std::pair<unsigned int, unsigned int> McYearAndWeek(
const
std::filesystem::path &file_path);
13
14
#endif
// ANTARESXPANSION_TESTS_CPP_LP_NAMER_PROBLEMCONSTRUCTIONTEST_CPP_PROBLEMNAMEPARSER_H_
src
cpp
lpnamer
model
include
antares-xpansion
lpnamer
model
ProblemNameParser.h
Generated by
1.12.0