21 throw std::runtime_error(fmt::format(
"FATAL ERROR {}:{}: {}\n",
file,
line,
err));
void bind_engine(py::module &m, string name)
void HandleErrorNoThrow(string err, const char *file, int line)
prints error to stderr and returns
void HandleErrorThrow(string err, const char *file, int line)
prints error and throws an exception
< nsga2 selection operator for getting the front