1#ifndef PROBFD_PDBS_MAX_ORTHOGONAL_FINDER_FACTORY_H
2#define PROBFD_PDBS_MAX_ORTHOGONAL_FINDER_FACTORY_H
4#include "probfd/pdbs/subcollection_finder_factory.h"
10class AdditiveMaxOrthogonalityFinderFactory
11 :
public SubCollectionFinderFactory {
13 std::unique_ptr<SubCollectionFinder> create_subcollection_finder(
14 const ProbabilisticTaskProxy& task_proxy)
override;
17class MultiplicativeMaxOrthogonalityFinderFactory
18 :
public SubCollectionFinderFactory {
20 std::unique_ptr<SubCollectionFinder> create_subcollection_finder(
21 const ProbabilisticTaskProxy& task_proxy)
override;
Namespace dedicated to probabilistic pattern databases.
Definition gzocp_heuristic.h:16