This function checks that the initial guesses defined in the optimization
object are consistent with the defined bounds and the non linear inequality
constraints. The actual work is delegated to optimbase.isfeasible
.
optimbase.checkx0(this = NULL)
An optimization object
Return a list with the following elements:
The optimization object.
TRUE if the initial guesses are consistent with the settings, FALSE otherwise.