Returns a copy of the problem's constraint list.
Arguments
- x
A Problem object.
Details
Problem objects are immutable: constraints cannot be modified after
construction. To change constraints, create a new Problem().
This matches CVXPY's design where problems are immutable except
through Parameter value changes.
