#ifndef _LAZY_H_ #define _LAZY_H_ class Hypergraph; void PassToLazy(const Hypergraph &hg); #endif // _LAZY_H_