lucid  0.0.2
Lifting-based Uncertain Control Invariant Dynamics
Loading...
Searching...
No Matches
constants.h File Reference

Namespaces

namespace  lucid::constants
 Constants values used in the lucid library.
namespace  lucid
 Root namespace for the lucid library.

Variables

constexpr bool lucid::constants::GUROBI_BUILD
 Whether Lucid is built with the Gurobi library.
constexpr bool lucid::constants::ALGLIB_BUILD
 Whether Lucid is built with the Alglib library.
constexpr bool lucid::constants::HIGHS_BUILD
 Whether Lucid is built with the Highs library.
constexpr bool lucid::constants::SOPLEX_BUILD
 Whether Lucid is built with the Soplex library.
constexpr bool lucid::constants::PSOCPP_BUILD
 Whether Lucid is built with the pso-cpp library.
constexpr bool lucid::constants::MATPLOTLIB_BUILD
 Whether Lucid is built with the Matplotlib library.
constexpr bool lucid::constants::CUDA_BUILD
 Whether Lucid is built with CUDA support.
constexpr bool lucid::constants::OMP_BUILD
 Whether Lucid is built with OpenMP support.
constexpr bool lucid::constants::DEBUG_BUILD
 Whether Lucid is built in debug mode.
constexpr bool lucid::constants::RELEASE_BUILD
 Whether Lucid is built in relase mode.
constexpr bool lucid::constants::RUNTIME_CHECKS_ENABLED
 Whether runtime checks are enabled.
constexpr bool lucid::constants::ASSERT_CHECKS_ENABLED
 Whether runtime assertions are enabled.
constexpr bool lucid::constants::LOG_ENABLED
 Whether logging is enabled.

Detailed Description

Author
Ernesto Casablanca
Oliver Schön
Licence:
BSD 3-Clause License

Constants values. Usually dependent on the build configuration.