Function coco_sys::coco_suite_get_problem_by_function_dimension_instance[][src]

pub unsafe extern "C" fn coco_suite_get_problem_by_function_dimension_instance(
    suite: *mut coco_suite_t,
    function: size_t,
    dimension: size_t,
    instance: size_t
) -> *mut coco_problem_t
Expand description

@brief Returns the first problem of the suite defined by function, dimension and instance numbers.