Skip to content

Commit 944eb91

Browse files
Transurgeonclaude
andcommitted
add skew_symmetric_wrap and symmetric_wrap to ATOM_CONVERTERS
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 33723f8 commit 944eb91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • cvxpy/reductions/solvers/nlp_solvers/diff_engine

cvxpy/reductions/solvers/nlp_solvers/diff_engine/registry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ def convert_upper_tri(_expr, children):
220220
"psd_wrap": lambda _expr, children: children[0],
221221
"nsd_wrap": lambda _expr, children: children[0],
222222
"hermitian_wrap": lambda _expr, children: children[0],
223+
"skew_symmetric_wrap": lambda _expr, children: children[0],
224+
"symmetric_wrap": lambda _expr, children: children[0],
223225
# Division by constant
224226
"DivExpression": convert_div,
225227
# N-ary (handles 2+ args)

0 commit comments

Comments
 (0)