You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make is_linearizable_convex/is_linearizable_concave abstract on Expre… (#153)
* Make is_linearizable_convex/is_linearizable_concave abstract on Expression
Enforce implementation in all Expression subclasses by uncommenting
@abc.abstractmethod decorators. Add missing implementations to indicator
(convex, not concave) and PartialProblem (delegates to is_convex/is_concave).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* remove is_smooth from max
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments