more debug

This commit is contained in:
Stuart Mitchell
2015-03-16 23:40:32 +13:00
parent 8a55ecdbc5
commit 767e95f119

View File

@@ -1486,6 +1486,7 @@ class PULP_CBC_CMD(COIN_CMD):
if path is not None:
raise PulpSolverError('Use COIN_CMD if you want to set a path')
#check that the file is executable
print(self.pulp_cbc_path)
COIN_CMD.__init__(self, path=self.pulp_cbc_path, *args, **kwargs)
def COINMP_DLL_load_dll(path):