cnlp_add_int_option

Function cnlp_add_int_option 

Source
pub unsafe extern "C" fn cnlp_add_int_option(
    problem: CNLP_ProblemPtr,
    keyword: *const c_char,
    val: CNLP_Int,
) -> CNLP_Bool
Expand description

Function for adding a CNLP_Int option. Returns 0 if the option could not be set (e.g., if the keyword is unknown)