carl  24.04
Computer ARithmetic Library
SetCover.h File Reference
#include <carl-common/datastructures/Bitset.h>
#include <ostream>
#include <vector>
Include dependency graph for SetCover.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  carl::covering::SetCover
 Represents a set cover problem. More...
 

Namespaces

 carl
 carl is the main namespace for the library.
 
 carl::covering
 

Functions

std::ostream & carl::covering::operator<< (std::ostream &os, const SetCover &sc)
 Print the set cover to os. More...