LinExpr.copy()

copy ( )

Copy a linear expression

Return value:

Copy of input expression.

Example usage:

  e0 = 2 * x + 3
  e1 = e0.copy()