SCIPincludeNlpSolverIpopt

Function SCIPincludeNlpSolverIpopt 

Source
pub unsafe extern "C" fn SCIPincludeNlpSolverIpopt(
    scip: *mut SCIP,
) -> SCIP_RETCODE
Expand description

create solver interface for Ipopt solver and includes it into SCIP, if Ipopt is available

@ingroup NLPIIncludes