Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
Model.getPWLObj()
getPWLObj ( var )
Retrieve the piecewise-linear objective function for a variable.
The function returns a list of tuples, where each provides the
and
coordinates for the points that define the piecewise-linear
objective function.
Refer to
this discussion
for additional information on what the values in and
mean.
Arguments:
var: A Var object that gives the variable whose objective function is being retrieved.
Return value:
The points that define the piecewise-linear objective function.
Example usage:
> print(model.getPWLObj(var)) [(1, 1), (2, 2), (3, 4)]
![](/wp-content/plugins/hd_documentations/content/images/documentation-ampl-guide.webp)
![](/wp-content/plugins/hd_documentations/content/images/documentation-cloud.webp)
![](/wp-content/plugins/hd_documentations/content/images/documentation-example-tour.webp)
![](/wp-content/plugins/hd_documentations/content/images/documentation-quick-start.webp)
![](/wp-content/plugins/hd_documentations/content/images/documentation-reference-manuals.webp)
![](/wp-content/plugins/hd_documentations/content/images/documentation-remote-services.webp)
![](/wp-content/plugins/hd_documentations/content/images/quickstart-os-linux.webp)
![](/wp-content/plugins/hd_documentations/content/images/quickstart-os-mac-osx.webp)
![](/wp-content/plugins/hd_documentations/content/images/quickstart-os-windows.webp)