mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 02:28:25 -05:00
The restored solver.py returns Pydantic result objects (attribute access) not dicts (subscript access). Fix result_dp["key"] → result_dp.key and node_performance → node_profile to match DistributedResult schema. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>