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
> **Note:** Currently only `integration` and `edge_case` markers are actively used in the test suite. The `edge_case` marker is defined in `pytest.ini`.
For problems involving complex types (TreeNode, ListNode), use `--solve-mode tiered`:
568
+
569
+
```bash
570
+
python -m codegen new 104 --solve-mode tiered
571
+
```
572
+
573
+
This generates solve() functions with codec support for serialization/deserialization of complex types. See [Problem Support Boundary](../../contracts/problem-support-boundary.md) for tier definitions.
0 commit comments