Skip to main content

GetIpoptComplInf

Function GetIpoptComplInf 

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

Final complementarity error for the most recent solve.

ยงSafety

ipopt_problem must be a valid IpoptProblem or NULL.