Function coco_suite_get_problem

Source
pub unsafe extern "C" fn coco_suite_get_problem(
    suite: *mut coco_suite_t,
    problem_index: usize,
) -> *mut coco_problem_t
Expand description

@brief Returns the problem of the suite defined by problem_index.