File rule_pruning_no.hpp¶
-
class NoRulePruningConfig : public IRulePruningConfig¶
- #include <rule_pruning_no.hpp>
Allows to configure a method for pruning individual rules that does not actually perform any pruning.
Public Functions
-
virtual std::unique_ptr<IRulePruningFactory> createRulePruningFactory() const override¶
Creates and returns a new object of type
IRulePruningFactoryaccording to the specified configuration.- Returns:
An unique pointer to an object of type
IRulePruningFactorythat has been created
-
virtual std::unique_ptr<IRulePruningFactory> createRulePruningFactory() const override¶