Skip to main content

GetIpoptDualInf

Function GetIpoptDualInf 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn GetIpoptDualInf( ipopt_problem: IpoptProblem, ) -> Number
Expand description

Final dual infeasibility (max gradient-of-Lagrangian norm) for the most recent solve.

§Safety

ipopt_problem must be a valid IpoptProblem or NULL.