Skip to content

Commit 08a6861

Browse files
committed
remove is_smooth from max
1 parent 36c641e commit 08a6861

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cvxpy/atoms/max.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ def is_atom_log_log_concave(self) -> bool:
114114
"""
115115
return False
116116

117-
def is_smooth(self):
118-
"""max is not a smooth function of its args"""
119-
return False
120-
121117
def is_incr(self, idx) -> bool:
122118
"""Is the composition non-decreasing in argument idx?
123119
"""

0 commit comments

Comments
 (0)