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 IRulePruningFactory according to the specified configuration.

Returns:

An unique pointer to an object of type IRulePruningFactory that has been created