more debug2

This commit is contained in:
Stuart Mitchell
2015-03-16 23:44:08 +13:00
parent 767e95f119
commit be59e95c68

View File

@@ -1466,6 +1466,7 @@ class PULP_CBC_CMD(COIN_CMD):
This solver uses a precompiled version of cbc provided with the package
"""
pulp_cbc_path = pulp_cbc_path
print(pulp_cbc_path)
try:
if os.name != 'nt':
if not os.access(pulp_cbc_path, os.X_OK):