#[unsafe(no_mangle)]pub unsafe extern "C" fn IpoptClearWarmStartWorkingSet(
ipopt_problem: IpoptProblem,
) -> BoolExpand description
Drop any pending warm-start working set without solving. The
next IpoptSolve will cold-start.
ยงSafety
ipopt_problem must be a valid IpoptProblem or NULL.