We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8332358 commit 7b0cedbCopy full SHA for 7b0cedb
1 file changed
cvxpy/reductions/solvers/nlp_solvers/ipopt_nlpif.py
@@ -38,12 +38,6 @@ class IPOPT(NLPsolver):
38
"""
39
NLP interface for the IPOPT solver
40
41
- # Solve capabilities
42
- MIP_CAPABLE = True
43
-
44
- # Keyword arguments for the CVXPY interface.
45
- INTERFACE_ARGS = ["save_file", "reoptimize"]
46
47
# Map between IPOPT status and CVXPY status
48
# taken from https://github.com/jump-dev/Ipopt.jl/blob/master/src/C_wrapper.jl#L485-L511
49
STATUS_MAP = {
0 commit comments