Public Member Functions | |
AffExpr (double a) | |
AffExpr (const Var &v) | |
AffExpr (const AffExpr &other) | |
size_t | size () const |
double | value (const double *x) const |
double | value (const vector< double > &x) const |
Public Attributes | |
double | constant |
vector< double > | coeffs |
vector< Var > | vars |