Skip to main content

parse_catalog_problem_ref

Function parse_catalog_problem_ref 

Source
pub fn parse_catalog_problem_ref(
    input: &str,
) -> Result<ProblemRef, ConstructionError>
Expand description

Parse a slash-separated problem spec string against the catalog.

Only validates against catalog schema (names, aliases, dimensions). Does NOT check reduction graph reachability.