This commit is contained in:
Vitor Santoss Costa
2017-02-22 21:28:05 +00:00
parent 477772e703
commit f3b0e962a7
8 changed files with 32 additions and 20 deletions

View File

@@ -406,7 +406,7 @@ LeafNode::weight() const
// ancester that is not set. This can only
// happen when calculating the weights
// for the edge labels in graphviz
return nan(NULL);
return nan("SetOrNode::isSet() == false");
}
}
double weight = clause_->literals()[0].isPositive()
@@ -1580,4 +1580,3 @@ LiftedKc::printSolverFlags() const
}
} // namespace Horus

View File

@@ -23,4 +23,3 @@ class LiftedKc : public LiftedSolver {
} // namespace Horus
#endif // YAP_PACKAGES_CLPBN_HORUS_LIFTEDKC_H_