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