diff --git a/packages/CLPBN/horus/LiftedWCNF.h b/packages/CLPBN/horus/LiftedWCNF.h index f56b2c090..5eb679168 100644 --- a/packages/CLPBN/horus/LiftedWCNF.h +++ b/packages/CLPBN/horus/LiftedWCNF.h @@ -67,7 +67,7 @@ typedef vector Literals; class Clause { public: - Clause (const ConstraintTree& ct) : constr_(ct) { } + Clause (const ConstraintTree& ct = ConstraintTree({})) : constr_(ct) { } Clause (vector> names) : constr_(ConstraintTree (names)) { }