#include <inferenceExceptions.h>
Public Member Functions | |
InconsistentEliminationRequested () noexcept | |
InconsistentEliminationRequested (const KeySet &keys, const KeyFormatter &key_formatter=DefaultKeyFormatter) | |
const char * | what () const noexcept override |
~InconsistentEliminationRequested () noexcept override | |
Private Attributes | |
const KeyFormatter & | keyFormatter = DefaultKeyFormatter |
KeyVector | keys_ |
An inference algorithm was called with inconsistent arguments. The factor graph, ordering, or variable index were inconsistent with each other, or a full elimination routine was called with an ordering that does not include all of the variables.
Definition at line 31 of file inferenceExceptions.h.
|
inlinenoexcept |
Definition at line 36 of file inferenceExceptions.h.
gtsam::InconsistentEliminationRequested::InconsistentEliminationRequested | ( | const KeySet & | keys, |
const KeyFormatter & | key_formatter = DefaultKeyFormatter |
||
) |
Definition at line 25 of file inferenceExceptions.cpp.
|
inlineoverridenoexcept |
Definition at line 42 of file inferenceExceptions.h.
|
overridenoexcept |
Definition at line 29 of file inferenceExceptions.cpp.
|
private |
Definition at line 33 of file inferenceExceptions.h.
|
private |
Definition at line 32 of file inferenceExceptions.h.