Skip to content

Commit 7bdbb39

Browse files
committed
comment out hessian stuff
1 parent acb21dc commit 7bdbb39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cvxpy/reductions/solvers/nlp_solvers/ipopt_nlpif.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ def jacobianstructure(self):
324324
self.jacobian_idxs[constraint] = constraint_jac
325325
return (np.array(rows), np.array(cols))
326326

327+
"""
327328
def hessian(self, x, duals, obj_factor):
328329
offset = 0
329330
for var in self.main_var:
@@ -358,7 +359,7 @@ def hessian(self, x, duals, obj_factor):
358359
359360
def hessianstructure(self):
360361
pass
361-
362+
"""
362363

363364
class Bounds():
364365
def __init__(self, problem):

0 commit comments

Comments
 (0)