7#include "antares-xpansion/benders/merge_master_mps/MasterStructureKeys.h"
30 std::filesystem::path lp_folder;
32 std::string master = MasterStructureKeys::DEFAULT_MASTER_NAME;
34 std::string structure = MasterStructureKeys::DEFAULT_STRUCTURE_FILE;
36 std::string weights = MasterStructureKeys::DEFAULT_WEIGHTS_FILE;
37 bool has_weights_file{
false};
40using NodesToLpDataLocationMap = std::map<std::string, NodeLpDataLocation>;
42namespace LpDataLocationManager
45NodesToLpDataLocationMap parse_nodal_lp_location_file(
const std::filesystem::path& file);
47void write_nodal_lp_location_file(
const NodesToLpDataLocationMap& lp_info_map,
48 const std::filesystem::path& file,
49 const std::filesystem::path& input_root);
Definition NodeLpDataLocation.h:22