Function resolve_host_serial_solver_v1
pub fn resolve_host_serial_solver_v1<'problem, 'backend>(
problem: &'problem LinearProblem<'problem>,
objective: SolverPlanningObjective,
candidates: &[HostSerialSolverCandidate<'backend>],
) -> Result<HostSerialSolverDecision<'problem, 'backend>, Diagnostic>Description
Resolve one exact candidate from the frozen v1 host-serial catalog.
ยงErrors
Returns EQ0807 when inventory, common controls, catalog identity, problem
profile, or exact backend capability admission fails. Resolution performs
no numerical operator action and executes no backend.