Function check_agent_objectives

Source
fn check_agent_objectives(
    objectives: &[&AgentObjective],
    decision_rule: &DecisionRule,
    agent_id: &AgentID,
    year: u32,
) -> Result<()>
Expand description

Check that a set of objectives meets the requirements of a decision rule