Function coco_archive_get_next_solution_text

Source
pub unsafe extern "C" fn coco_archive_get_next_solution_text(
    archive: *mut coco_archive_t,
) -> *const c_char
Expand description

@brief Returns the text of the next (non-dominated) solution in the archive and “” when there are no solutions left. The first two solutions are always the extreme ones.