pub fn list_to_values(list: &str) -> Result<Vec<i32>, Xcsp3Error>
return the list of values, eg str“1 3 5 76“ -> vec[1,3,5,76],