35#define EIGEN_MPL2_ONLY
43 #define zono_float double
51 #define zono_eps Eigen::NumTraits<zono_float>::dummy_precision()
55namespace ZonoOpt::detail
Constrained zonotope class for ZonoOpt library.
Empty Set class for ZonoOpt library.
Hybrid zonotope class for ZonoOpt library.
Class definitions for zero-one inequalities.
Interval and box classes.
Point class for ZonoOpt library.
Set operations and setup functions for ZonoOpt library.
Zonotope class for ZonoOpt library.
#define zono_float
Defines the floating-point type used in ZonoOpt.
Definition ZonoOpt.hpp:43
std::unique_ptr< HybZono > ZonoPtr
Type alias for a unique pointer to a (polymorphic) HybZono object. <>
Definition ZonoOpt.hpp:79