24 InfeasibleOrUnboundedProblem> {
31 virtual const char* what()
const throw () {
32 if (description_.empty())
33 description_ =
"The problem is either infeasible or unbounded.\n";
34 return description_.c_str();
38 mutable std::string description_;
Definition: InfeasibleOrUnboundedProblem.h:23
Base exception type that uses tbb_exception if GTSAM is compiled with TBB.
Definition: ThreadsafeException.h:39
Global functions in a separate testing namespace.
Definition: chartTesting.h:28