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
fn check_agent_objectives(
objectives: &[&AgentObjective],
decision_rule: &DecisionRule,
agent_id: &AgentID,
year: u32,
) -> Result<()>
Check that a set of objectives meets the requirements of a decision rule