Gurobi Python Interface: Matrix-friendly Modeling …

• Use Python3 matrix multiplication operator @ to build linear expressions and constraints. • Typical usage pattern: model.addConstr(A @ x == b) • A is a Numpy ndarray, or a Scipy.sparse matrix. • b is a Numpy ndarray. • (the senses <= and >= can be used just as … ................
................