pub fn contingencies(aux: &AuxFile) -> Vec<Contingency>Expand description
The contingencies of a parsed aux file, in file order.
Empty when the file carries no Contingency sections. Rows with no
CTGLabel field are skipped (a contingency without a name is not
addressable).