Module grb::expr[][src]

Expand description

Algebraic expressions involving variables used to construct constraints and a helper trait for pretty-printing.

Structs

A helper struct for pretty-printing variables, expressions and constraints (see the AttachModel trait)

Linear expression of variables

Quadratic expression of variables

Enums

An algbraic expression of variables.

Traits

A convenvience trait for displaying variable names with the Debug trait.

Convenience trait for summing over iterators to produce a single Expr.