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