pub fn make_constraints_map_from_assignment( model: &LinearModel, assignment: &Vec<f64>, ) -> IndexMap<String, f64>