pub type AgentSearchSpaceMap = HashMap<(CommodityID, u32), Rc<Vec<Rc<Process>>>>;
A map for the agent’s search space, keyed by commodity and year
struct AgentSearchSpaceMap { /* private fields */ }