initialize

Functions

initialize_with_LP_approximation(nlp[, ...])

Attempt to initialize the problem with an LP approximation and subsequently solve the model given by nlp.

initialize_with_global_opt(nlp[, ...])

Attempt to initialize and subsequently solve the model given by nlp.

initialize_with_piecewise_linear_approximation(nlp)

Attempt to initialize the problem with a piecewise linear approximation and subsequently solve the model given by nlp.