Skip to main content

Module problem_type

Module problem_type 

Source
Expand description

Problem type catalog: runtime lookup by name, alias, and variant validation.

Structs§

ProblemType
A runtime view of a registered problem type from the catalog.

Functions§

find_problem_type
Find a problem type by exact canonical name.
find_problem_type_by_alias
Find a problem type by alias (case-insensitive).
problem_types
Return all registered problem types.