InteractionConstraintConnector(bool and_expr, const ConstraintFunction &func1, const ConstraintFunction &func2)
Constructs a InteractionConstraintConnector that serves as a logical connective for the two specified...
Definition: InteractionConstraintConnector.hpp:63
std::function< bool(const Feature &, const Feature &)> ConstraintFunction
A generic wrapper class used to store feature interaction constraint test functions.
Definition: InteractionConstraintConnector.hpp:55