Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
GRBLinExpr()
Linear expression constructor. Create an empty linear expression, or copy an existing expression.
GRBLinExpr | GRBLinExpr ( ) |
Create an empty linear expression.
Return value:
An empty expression object.
GRBLinExpr | GRBLinExpr ( | GRBLinExpr | orig ) |
Copy an existing linear expression.
Arguments:
orig: Existing expression to copy.
Return value:
A copy of the input expression object.