Skip to main content

IpoptSolverGetKktDim

Function IpoptSolverGetKktDim 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn IpoptSolverGetKktDim( solver: IpoptSolver, ) -> Index
Expand description

Total compound-KKT vector dimension. Returns -1 if no converged factor is held.

§Safety

solver must be a valid IpoptSolver or NULL.