pub unsafe extern "C" fn coco_problem_final_target_hit(
problem: *const coco_problem_t,
) -> c_intExpand description
@brief Returns 1 if the final target was hit, 0 otherwise.
pub unsafe extern "C" fn coco_problem_final_target_hit(
problem: *const coco_problem_t,
) -> c_int@brief Returns 1 if the final target was hit, 0 otherwise.