55 void load_input_paths();
65 void load_input_weight_files();
74 void load_additional_constraints_files();
85 void run_generation();
89 void write_lp_paths()
const;
92 using NodeToPathMap = std::map<std::string, std::filesystem::path>;
95 NodeToPathMap node_to_input_path_;
96 NodeToPathMap node_to_weight_file_;
97 NodeToPathMap node_to_additional_constraints_file_;
99 NodesToLpDataLocationMap node_to_lp_info_;