pub unsafe extern "C" fn cnlp_add_int_option(
problem: CNLP_ProblemPtr,
keyword: *const c_char,
val: CNLP_Int,
) -> CNLP_BoolExpand description
Function for adding a CNLP_Int option. Returns 0 if the option could not be set (e.g., if the keyword is unknown)