CTDirectExtADNLP

Index

Documentation

CTDirect.build_nlp!Method
build_nlp!(
    docp::CTDirect.DOCP,
    nlp_model::CTDirect.ADNLPBackend,
    x0;
    adnlp_backend,
    show_time,
    matrix_free,
    nlp_solver,
    kwargs...
)

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