Type Alias AgentSearchSpaceMap

Source
pub type AgentSearchSpaceMap = HashMap<(CommodityID, u32), Rc<Vec<Rc<Process>>>>;
Expand description

A map for the agent’s search space, keyed by commodity and year

Aliased Type§

struct AgentSearchSpaceMap { /* private fields */ }