Skip to main content

GetIpoptIterCount

Function GetIpoptIterCount 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn GetIpoptIterCount( ipopt_problem: IpoptProblem, ) -> Index
Expand 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.