|
ZonoOpt 2.2.0
|
ZonoOpt library main header file. More...
#include <sstream>#include <iostream>#include "zonoopt/ADMM.hpp"#include "zonoopt/CholeskyUtilities.hpp"#include "zonoopt/ConZono.hpp"#include "zonoopt/EmptySet.hpp"#include "zonoopt/GenUtilities.hpp"#include "zonoopt/HybZono.hpp"#include "zonoopt/Interval.hpp"#include "zonoopt/Box.hpp"#include "zonoopt/IntervalMatrix.hpp"#include "zonoopt/BnbDataStructures.hpp"#include "zonoopt/BranchAndBound.hpp"#include "zonoopt/Point.hpp"#include "zonoopt/SolverDataStructures.hpp"#include "zonoopt/SparseMatrixUtilities.hpp"#include "zonoopt/Zono.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ZonoOpt |
Macros | |
| #define | EIGEN_MPL2_ONLY |
| #define | zono_float double |
| Defines the floating-point type used in ZonoOpt. | |
| #define | zono_eps Eigen::NumTraits<zono_float>::dummy_precision() |
| Defines the precision used for floating point comparisons in ZonoOpt. | |
Typedefs | |
| typedef std::unique_ptr< HybZono > | ZonoOpt::ZonoPtr |
| Type alias for a unique pointer to a (polymorphic) HybZono object. <> | |
| #define EIGEN_MPL2_ONLY |