#ifndef _LAZY_H_ #define _LAZY_H_ #include "weights.h" #include class Hypergraph; void PassToLazy(const Hypergraph &hg, const std::vector &weights); #endif // _LAZY_H_