nlp_cons_lb¶
Class attribute.
-
Optimizer.
nlp_cons_lb
¶ Query and modify the lower bounds of the
nlp_cons
.Prior to calling
create_nlp()
this attribute returns a list of lower bounds matching the list of constraints obtained withnlp_cons
. After callingcreate_nlp()
this attribute returns the concatenation of this list.Values for lower (and upper) bounds MUST be added when adding new constraints to
nlp_cons
.Warning
This is a VERY low level feature and should be used with extreme caution. It is easy to break the code.
Note
Modifications must be done after calling
prepare_nlp()
This page is auto-generated. Page source is not available on Github.