CTDirectExtADNLP

Index

Documentation

CTDirect.build_nlpMethod
build_nlp(
    nlp_model::CTDirect.ADNLPBackend,
    docp::CTDirect.DOCP,
    x0;
    adnlp_backend,
    show_time,
    matrix_free,
    nlp_solver,
    kwargs...
) -> ADNLPModel{Float64, Vector{Float64}, Vector{Int64}}

Build the NLP model for the DOCP (ADNLPModels version)

Keyword arguments (optional)

  • show_time: (:true, [:false]) show timing details from ADNLPModels
  • adnlp_backend: backend for ADNLPModels ([:optimized], :manual, :default)
source