const char *OEGetStateName(unsigned int state)
This function converts the machine-code for the optimizer's state into a brief
text message describing the optimizer's state. OEGetStateName is most
useful in conjuction with writing check-point classes. It takes the state of
the optimizer as an unsigned int and returns a printable text interpretation of
the optimizer's state.