Michael Bynum

Results 155 comments of Michael Bynum

Is what you want in the termination condition? The `NoFeasibleSolutionError` is only meant to say that the user requested a solution be loaded back into the model, but that couldn't...

I checked the Ipopt interface, and the `termination_condition` will be `provenInfeasible` if the NL writer determines that the problem is infeasible. However, I think that is the only special handling...

Maybe we should go through the NL writer and look for other types of exceptions. The `NLWriterInfo` could hold some kind of status which could be passed along through the...

These are great questions... I suggest we discuss further at the dev call tomorrow.