#[unsafe(no_mangle)]pub unsafe extern "C" fn GetIpoptIterCount(
ipopt_problem: IpoptProblem,
) -> IndexExpand description
Number of IPM iterations in the most recent solve, or 0 if the
problem has not been solved yet.
§Safety
ipopt_problem must be a valid IpoptProblem or NULL.