//! A variable, in the context of the solver, is a view onto a domain. It may forward domain
//! information unaltered, or apply transformations which can be performed without the need of
//! constraints.
pub use AffineView;
pub use DomainGeneratorIterator;
pub use DomainId;
pub use IntegerVariable;
pub use Literal;
pub use TransformableVariable;