Put the code inside a horus namespace
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
#include "Indexer.h"
|
||||
#include "Util.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
template <typename T>
|
||||
class TFactor
|
||||
{
|
||||
@@ -363,5 +366,7 @@ class Factor : public TFactor<VarId>
|
||||
DISALLOW_ASSIGN (Factor);
|
||||
};
|
||||
|
||||
} // namespace horus
|
||||
|
||||
#endif // YAP_PACKAGES_CLPBN_HORUS_FACTOR_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user