Skip to content

Commit

Permalink
using ECOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiSakai committed Dec 22, 2024
1 parent a0102ed commit 3ab5b0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def solve(self, **kwargs):
with warnings.catch_warnings(): # For User warning from solver
warnings.simplefilter('ignore')
self.prob.solve(verbose=verbose_solver,
solver=solver)
solver=cvxpy.ECOS)
except cvxpy.SolverError:
error = True

Expand Down

0 comments on commit 3ab5b0d

Please sign in to comment.