15 fmt::print(stderr,
"FATAL ERROR {}:{}: {}\n", file, line, err);
21 throw std::runtime_error(fmt::format(
"FATAL ERROR {}:{}: {}\n", file, line, err));
27 fmt::print(stderr,
"WARNING {}:{}: {}\n", file, line, err);
namespace containing various utility functions
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