Try our new documentation site (beta).
Filter Content By
Version
Text Search
Table of contents
Filter by Language
C API Details
C++ API Details
Java API Details
.NET API Details
Python API Details
Attributes
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 ( | double | a ) |
Create a constant linear expression.
Return value:
A linear 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.








