//! Module containing generic views for decision variables.
//!
//! Depending on the actions implemented by the decision variables, views on the
//! generic variable will automatically implement the appropriate action traits
//! for all [`ReasoningEngine`](crate::actions::ReasoningEngine)s that support
//! them.
pub use LinearBoolView;
pub use LinearView;
pub use OffsetView;