pub fn select(report: Option<&SolveReport>) -> Vec<Selected>Expand description
Build the ordered, de-duplicated list of citations for this run.
report is the parsed --cite <report.json> if one was given.
The static core is always first; solve-aware extras follow in the
order their features were detected.