MCPcopy Create free account
hub / github.com/cvxpy/cvxpy / SolverError

Class SolverError

cvxpy/error.py:35–37  ·  view source on GitHub ↗

Error thrown when a solver encounters an error solving a problem.

Source from the content-addressed store, hash-verified

33
34
35class SolverError(Exception):
36 """Error thrown when a solver encounters an error solving a problem.
37 """
38
39
40class DCPError(Exception):

Callers 9

_fallback_solverFunction · 0.90
_resolve_solverFunction · 0.90
solve_via_dataMethod · 0.90
solve_via_dataMethod · 0.90
solve_via_dataMethod · 0.90
solve_via_dataMethod · 0.90
applyMethod · 0.90

Calls

no outgoing calls

Tested by 1