Function coco_suite_decode_problem_index

Source
pub unsafe extern "C" fn coco_suite_decode_problem_index(
    suite: *const coco_suite_t,
    problem_index: usize,
    function_idx: *mut usize,
    dimension_idx: *mut usize,
    instance_idx: *mut usize,
)
Expand description

@brief Computes the function, dimension and instance indexes of the problem with problem_index in the given suite.