#include "common.hpp"
#include "io/FDRepr.hpp"
#include <iostream>
Include dependency graph for OutputBase.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | OutputBase< FR > |
The output manager is responsibe to write out an itemset and its counter. We distinquish two types of output functions. In the first class, one can output an itemset with its counter. The second type of functions belong to the stack-based (also called by DFO) output solution. Here you can push and pop an item to or from the stack, and write out the content of the stack together with a counter.
Definition in file OutputBase.hpp.