Skip to main content

construct_dyn

Function construct_dyn 

Source
pub fn construct_dyn(
    name: &str,
    variant: &BTreeMap<String, String>,
    data: Value,
) -> Result<Box<dyn DynProblem>, ConstructionError>
Expand description

Construct a problem from normalized construction inputs using the exact registered problem name and variant.