pub type Options = ProblemTypes;
pub struct Options { disabled_types: HashSet<ProblemType>, }
disabled_types: HashSet<ProblemType>