FSM Library - C++ version
Public Member Functions | List of all members
HittingSet Class Reference

Public Member Functions

 HittingSet (const std::vector< std::unordered_set< int >> &s)
 
std::unordered_set< int > calcMinCardHittingSet () const
 

Constructor & Destructor Documentation

HittingSet::HittingSet ( const std::vector< std::unordered_set< int >> &  s)

Create a new Hitting set

Parameters
sThe union of sets to be inserted into the hitting set

Member Function Documentation

std::unordered_set< int > HittingSet::calcMinCardHittingSet ( ) const

Calculate the the smallest set

Returns
The smallest set into the hitting set

Here is the caller graph for this function:


The documentation for this class was generated from the following files: