Skip to main content

Module expr

Module expr 

Source

Structsยง

LinExpr
Represents a linear expression of the form a1*x1 + a2*x2 + ... + c.
LinTerm
A single term in a linear expression: coeff * var.