This commit is contained in:
stu
2014-07-02 11:37:17 +12:00
parent fbe4958179
commit 2bbb382f8d

View File

@@ -1888,7 +1888,7 @@ class GUROBI_CMD(LpSolver_CMD):
except: pass
cmd = self.path
cmd += ' ' + ' '.join(['%s=%s' % (key, value)
for key, value in self.options])
for key, value in self.options.items()])
cmd += ' ResultFile=%s' % tmpSol
if lp.isMIP():
if not self.mip: