![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
Exception thrown when joint-width compilation cannot proceed. More...
#include "JointEncoding.h"


Public Member Functions | |
| JointCompilerException (const std::string &what) | |
| Construct with a human-readable message. | |
Exception thrown when joint-width compilation cannot proceed.
Raised on unsupported input shapes (a gate_input token shared by facts over different element tuples, an unsupported gate type in a circuit slice) so the SQL layer can fall back to the standard ladder. Joint width above the configured bound surfaces as the usual TreeDecompositionException instead.
Definition at line 47 of file JointEncoding.h.
|
inlineexplicit |
Construct with a human-readable message.
| what | Message. |
Definition at line 50 of file JointEncoding.h.