Skip to main content

FreeIpoptProblem

Function FreeIpoptProblem 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn FreeIpoptProblem(ipopt_problem: IpoptProblem)
Expand description

Port of IpStdCInterface.cpp:FreeIpoptProblem.

ยงSafety

ipopt_problem must be a pointer previously returned by CreateIpoptProblem and not yet freed, or NULL.