pub fn plan_employment(
topo: &HostTopology,
matrix: &CapabilityMatrix,
model_bytes: u64,
kv_reserve_bytes: u64,
) -> EmploymentPlanExpand description
Pure planner: derive the employment plan from the discovered topology + capability matrix.