#include <InfeasibleOrUnboundedProblem.h>
Public Member Functions | |
InfeasibleOrUnboundedProblem () | |
const char * | what () const noexcept override |
~InfeasibleOrUnboundedProblem () noexcept override | |
Public Member Functions inherited from gtsam::ThreadsafeException< InfeasibleOrUnboundedProblem > | |
const char * | what () const noexcept override |
Additional Inherited Members | |
Protected Types inherited from gtsam::ThreadsafeException< InfeasibleOrUnboundedProblem > | |
typedef std::allocator< char > | Allocator |
typedef std::string | String |
Protected Member Functions inherited from gtsam::ThreadsafeException< InfeasibleOrUnboundedProblem > | |
ThreadsafeException () | |
Default constructor is protected - may only be created from derived classes. More... | |
ThreadsafeException (const ThreadsafeException &other) | |
Copy constructor is protected - may only be created from derived classes. More... | |
ThreadsafeException (const std::string &description) | |
Construct with description string. More... | |
~ThreadsafeException () noexcept override | |
Default destructor doesn't have the noexcept. More... | |
Protected Attributes inherited from gtsam::ThreadsafeException< InfeasibleOrUnboundedProblem > | |
std::optional< String > | description_ |
Optional description. More... | |
bool | dynamic_ |
Whether this object was moved. More... | |
Definition at line 23 of file InfeasibleOrUnboundedProblem.h.
|
inline |
Definition at line 26 of file InfeasibleOrUnboundedProblem.h.
|
inlineoverridenoexcept |
Definition at line 28 of file InfeasibleOrUnboundedProblem.h.
|
inlineoverridenoexcept |
Definition at line 31 of file InfeasibleOrUnboundedProblem.h.