Optimization are allowed to fail silently

Issue #136 resolved
Jan Blechta created an issue

There is try-except clause allowing optimizations to fail silently thus hiding eventual errors/bugs to developer.

In the case of emergency we can keep the try-except for legacy representations but it would be better to be more explicit with new representations.

Comments (5)

  1. Jan Blechta reporter

    Note of pulp.solvers.PulpSolverError: PuLP: cannot execute glpsol when there is not glpsol command (Ubuntu glpk-utils package).

  2. Prof Garth Wells

    @blechta I suspect that the try-except can be removed without any adverse effects for users. It's probably a left over from FErari.

  3. Log in to comment