Merge branch 'hotfix/QUANT-3375-obj-relax' into hotfix/1.8.1
This commit is contained in:
commit
d93dde3ceb
@ -46,7 +46,7 @@ class Problem(BaseModel):
|
||||
|
||||
# creating problem multi-objective functions
|
||||
objective_functions = solver_run.objective_function.for_problem(self, solver_run)
|
||||
self.problem.sequentialSolve(objective_functions)
|
||||
self.problem.sequentialSolve(objective_functions, None, None, pulp.COIN(gapRel=0.2, timeLimit=300))
|
||||
|
||||
return self.problem
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user