Skip to main content

SetIntermediateCallback

Function SetIntermediateCallback 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn SetIntermediateCallback( ipopt_problem: IpoptProblem, intermediate_cb: Option<Intermediate_CB>, ) -> Bool
Expand description

Port of SetIntermediateCallback.

§Safety

ipopt_problem must be valid.