diff --git a/VERSION b/VERSION index 4cda8f1..94fe62c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.2 +1.5.4 diff --git a/src/pulp/solvers.py b/src/pulp/solvers.py index 519f1ff..3802056 100644 --- a/src/pulp/solvers.py +++ b/src/pulp/solvers.py @@ -1410,7 +1410,7 @@ class PULP_CBC_CMD(COIN_CMD): return False def actualSolve(self, lp, callback = None): """Solve a well formulated lp problem""" - raise PulpSolverError, "GUROBI: Not Available" + raise PulpSolverError, "PULP_CBC_CMD: Not Available (check permissions on %s)" % arch_pulp_cbc_path else: def __init__(self, path=None, *args, **kwargs): """