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.