#[unsafe(no_mangle)]pub unsafe extern "C" fn GetIpoptPrimalInf(
ipopt_problem: IpoptProblem,
) -> NumberExpand description
Final primal infeasibility (max constraint violation) for the most recent solve.
ยงSafety
ipopt_problem must be a valid IpoptProblem or NULL.