17namespace Brush{
namespace Util {
27#define HANDLE_ERROR_THROW( err ) (Util::HandleErrorThrow( err, __FILE__, __LINE__ ))
28#define HANDLE_WARNING( err ) (Util::HandleErrorNoThrow( err, __FILE__, __LINE__ ))
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