CTDirectExtKnitro

Index

Documentation

CTDirect.solve_docpMethod
solve_docp(
    ::CTDirect.KnitroBackend,
    docp::CTDirect.DOCP;
    display,
    max_iter,
    tol,
    print_level,
    kwargs...
) -> Union{Nothing, SolverCore.GenericExecutionStats{T, S} where {T>:Float64, S>:Vector{Float64}}}

Solve a discretized optimal control problem with Ipopt

source