We crash hard when AMPL generates an error while evaluating the objective, e.g., when it emits ``` Error evaluating objective function: can't evaluate pow"(0,1.5). ``` Apparently, we don't properly catch such errors.
We crash hard when AMPL generates an error while evaluating the objective, e.g., when it emits
Apparently, we don't properly catch such errors.