Skip to content

Commit

Permalink
Use defined path of SCIP (coin-or#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
roessig authored May 29, 2020
1 parent b13f6e7 commit ca9b394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp/apis/scip_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def actualSolve(self, lp):

lp.writeLP(tmpLp)
proc = [
'scip', '-c', 'read "%s"' % tmpLp, '-c', 'optimize',
'%s' % self.path, '-c', 'read "%s"' % tmpLp, '-c', 'optimize',
'-c', 'write solution "%s"' % tmpSol, '-c', 'quit'
]
proc.extend(self.options)
Expand Down

0 comments on commit ca9b394

Please sign in to comment.