![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
Implementation of the MIN / MAX closed-form pre-pass. More...
#include "MinMaxCmpEvaluator.h"#include <vector>#include "Aggregation.h"#include "CmpEvaluatorCommon.h"
Go to the source code of this file.
Namespaces | |
| namespace | provsql |
Functions | |
| unsigned | provsql::runMinMaxCmpEvaluator (GenericCircuit &gc) |
Run the MIN / MAX closed-form pre-pass over gc. | |
Implementation of the MIN / MAX closed-form pre-pass.
See MinMaxCmpEvaluator.h for the closed forms and the soundness contract.
Definition in file MinMaxCmpEvaluator.cpp.