MLinExpr.__eq__()

__eq__ ( )

Overloads the == operator, creating a TempConstr object that captures a 1-D array of equality constraints. The result is typically immediately passed to Model.addConstr.

Return value:

A TempConstr object.

Example usage:

  m.addConstr(A @ x == 1)