Move template definitions to source file and use explicite template instantiation.

This commit is contained in:
Tiago Gomes
2013-03-04 17:58:32 +00:00
parent 063f3ff6e3
commit 7193d2238d
7 changed files with 13 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
#include <vector>
#include <string>
#include "Factor.h"
#include "GenericFactor.h"
#include "ProbFormula.h"
#include "ConstraintTree.h"
#include "LiftedUtils.h"