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_;
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
An exception indicating that the provided initial value is infeasible Also used to inzdicatethat the ...
Definition: InfeasibleInitialValues.h:27