From 767e95f119b30be71290d39212a043366a7e522b Mon Sep 17 00:00:00 2001 From: Stuart Mitchell Date: Mon, 16 Mar 2015 23:40:32 +1300 Subject: [PATCH] more debug --- src/pulp/solvers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pulp/solvers.py b/src/pulp/solvers.py index d1cdf83..2897386 100644 --- a/src/pulp/solvers.py +++ b/src/pulp/solvers.py @@ -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):