15 std::filesystem::path xpansion_output_dir;
16 std::filesystem::path study_dir;
17 std::filesystem::path simulation_dir;
18 std::filesystem::path archive_path;
23 auto Mode() const -> SimulationInputMode;
24 auto Format() const -> ProblemsFormat;
25 std::filesystem::path generateOutputName(const std::filesystem::path& study) const;
29 mutable std::optional<SimulationInputMode> input_mode_;
30 ProblemsFormat format_{ProblemsFormat::OPTIMIZED};
31 mutable std::optional<ConfigDirectories> directories_;