17 case SOLVED:
return "SOLVED";
18 case ERROR:
return "ERROR";
19 default:
return "NONE";
The base class for all problem classes that implement a cost function.
#define REGISTER_LUA_CLASS(X)
There is an error in the problem.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
#define REGISTER_LUA_END()
virtual const char *const message_str() const
Returns the string version of the problem message.