pub fn param_model_from_assignments(
params: BTreeMap<Name, Literal>,
given_domains: &BTreeMap<Name, DomainPtr>,
context: Arc<RwLock<Context<'static>>>,
) -> ModelExpand description
Build a parameter model of value-lettings from simplified JSON assignments.