21#include <gtsam/config.h>
23#ifdef GTSAM_ALLOW_DEPRECATED_SINCE_V43
29class InfeasibleOrUnboundedProblem
32 InfeasibleOrUnboundedProblem() {}
33 ~InfeasibleOrUnboundedProblem() noexcept
override {}
35 const char* what() const noexcept
override {
36 if (description_->empty())
37 description_ =
"The problem is either infeasible or unbounded.\n";
38 return description_->c_str();
Base exception type that uses tbb_allocator if GTSAM is compiled with TBB.
Global functions in a separate testing namespace.
Definition chartTesting.h:28
Base exception type that uses tbb_allocator if GTSAM is compiled with TBB.
Definition ThreadsafeException.h:42