You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if results.solver.termination_condition not in safe_termination_conditions: raise Exception('Problem encountered during solve, termination_condition {}'.format(result.solver.termination_condition)) Exception: Problem encountered during solve, termination_condition unknown
The text was updated successfully, but these errors were encountered:
if results.solver.termination_condition not in safe_termination_conditions: raise Exception('Problem encountered during solve, termination_condition {}'.format(result.solver.termination_condition)) Exception: Problem encountered during solve, termination_condition unknown
The text was updated successfully, but these errors were encountered: