#[unsafe(no_mangle)]pub unsafe extern "C" fn AddIpoptNumOption(
ipopt_problem: IpoptProblem,
keyword: *const c_char,
val: Number,
) -> BoolExpand description
Port of AddIpoptNumOption.
ยงSafety
keyword must be a valid NUL-terminated string and
ipopt_problem must be a valid IpoptProblem.