#[unsafe(no_mangle)]pub unsafe extern "C" fn GetIpoptDualInf(
ipopt_problem: IpoptProblem,
) -> NumberExpand description
Final dual infeasibility (max gradient-of-Lagrangian norm) for the most recent solve.
ยงSafety
ipopt_problem must be a valid IpoptProblem or NULL.