#[unsafe(no_mangle)]pub unsafe extern "C" fn GetIpoptSolveTime(
ipopt_problem: IpoptProblem,
) -> NumberExpand description
Wall-clock solve time in seconds for the most recent solve, or
0.0 if the problem has not been solved yet.
ยงSafety
ipopt_problem must be a valid IpoptProblem or NULL.