Functions
initialize_with_LP_approximation(nlp[, ...])
initialize_with_LP_approximation
Attempt to initialize the problem with an LP approximation and subsequently solve the model given by nlp.
nlp
initialize_with_global_opt(nlp[, ...])
initialize_with_global_opt
Attempt to initialize and subsequently solve the model given by nlp.
initialize_with_piecewise_linear_approximation(nlp)
initialize_with_piecewise_linear_approximation
Attempt to initialize the problem with a piecewise linear approximation and subsequently solve the model given by nlp.