24 InfeasibleOrUnboundedProblem> {
31 const char* what()
const noexcept override {
32 if (description_.empty())
33 description_ =
"The problem is either infeasible or unbounded.\n";
34 return description_.c_str();
38 mutable std::string description_;
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
Definition: InfeasibleOrUnboundedProblem.h:24