Default

Index

Documentation

CTDirect.__adnlp_backendMethod
__adnlp_backend() -> Symbol

Used to set the default backend for AD in ADNLPModels. The default value is :optimized.

source
CTDirect.__disc_methodMethod
__disc_method() -> Symbol

Used to set the default discretization method. The default value is trapeze.

source
CTDirect.__displayMethod
__display() -> Bool

Used to set the default display toggle. The default value is true.

source
CTDirect.__ipopt_linear_solverMethod
__ipopt_linear_solver() -> String

Used to set the default value of the linear solver of Ipopt for the direct method. The default value is mumps.

source
CTDirect.__ipopt_mu_strategyMethod
__ipopt_mu_strategy() -> String

Used to set the default value of the μ strategy of Ipopt for the direct method. The default value is adaptive.

source
CTDirect.__ipopt_print_levelMethod
__ipopt_print_level() -> Int64

Used to set the default value of the print level of Ipopt for the direct method. The default value is 5.

source
CTDirect.__knitro_print_levelMethod
__knitro_print_level() -> Int64

Used to set the default value of the print level of Knitro for the direct method. The default value is 3.

source
CTDirect.__madnlp_linear_solverMethod
__madnlp_linear_solver() -> String

Used to set the default value of the linear solver of MadNLP for the direct method. The default value is umfpack.

source
CTDirect.__ocp_initMethod
__ocp_init()

Used to set the default initial guess. The default value is nothing and will correspond to 0.1 for all variables.

source