#include #include "master.h" // struct { // std::string ip_addr; // std::vector solver_ip_addrs; // std::string instance; // }opt; // void parse_input(const nlohmann::json& config) { // } // void run_master(const nlohmann::json& config) { // parse_input(config); // } int main() { printf("This is master!\n"); return 0; }