21#include <gtsam/config.h>
23#ifdef GTSAM_ALLOW_DEPRECATED_SINCE_V43
32class InfeasibleInitialValues
35 InfeasibleInitialValues() {}
37 ~InfeasibleInitialValues() noexcept
override {}
39 const char *what() const noexcept
override {
40 if (description_->empty())
42 "An infeasible initial value was provided for the solver.\n";
43 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