Skip to content

Commit 7b0cedb

Browse files
committed
removes unusued solver information
1 parent 8332358 commit 7b0cedb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

cvxpy/reductions/solvers/nlp_solvers/ipopt_nlpif.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ class IPOPT(NLPsolver):
3838
"""
3939
NLP interface for the IPOPT solver
4040
"""
41-
# Solve capabilities
42-
MIP_CAPABLE = True
43-
44-
# Keyword arguments for the CVXPY interface.
45-
INTERFACE_ARGS = ["save_file", "reoptimize"]
46-
4741
# Map between IPOPT status and CVXPY status
4842
# taken from https://github.com/jump-dev/Ipopt.jl/blob/master/src/C_wrapper.jl#L485-L511
4943
STATUS_MAP = {

0 commit comments

Comments
 (0)