Skip to main content

GetIpoptPrimalInf

Function GetIpoptPrimalInf 

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

Final primal infeasibility (max constraint violation) for the most recent solve.

ยงSafety

ipopt_problem must be a valid IpoptProblem or NULL.