pub unsafe extern "C" fn coco_archive_get_number_of_solutions(
archive: *mut coco_archive_t,
) -> usizeExpand description
@brief Returns the number of (non-dominated) solutions in the archive (computed first, if needed).
pub unsafe extern "C" fn coco_archive_get_number_of_solutions(
archive: *mut coco_archive_t,
) -> usize@brief Returns the number of (non-dominated) solutions in the archive (computed first, if needed).