Skip to main content

load_dyn

Function load_dyn 

Source
pub fn load_dyn(
    name: &str,
    variant: &BTreeMap<String, String>,
    data: Value,
) -> Result<LoadedDynProblem, String>
Expand description

Load a problem from JSON by exact problem name and exact variant map.

No alias resolution or default fallback. Returns Err if the entry is not found.