27 InfeasibleInitialValues> {
35 const char *what()
const noexcept
override {
36 if (description_.empty())
38 "An infeasible initial value was provided for the solver.\n";
39 return description_.c_str();
43 mutable std::string description_;
Definition: InfeasibleInitialValues.h:26
Base exception type that uses tbb_allocator if GTSAM is compiled with TBB.
Definition: ThreadsafeException.h:40
Definition: chartTesting.h:28