changed error message from PULP_CBC_CMD

This commit is contained in:
Stuart Mitchell
2012-06-18 11:13:31 +12:00
parent f7dc28152e
commit 8005d19a1f
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.5.2
1.5.4

View File

@@ -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):
"""