win64 support: encodings

This commit is contained in:
Vitor Santos Costa
2016-04-10 06:21:17 -07:00
parent 5830eacfec
commit 65f1cb9741
44 changed files with 1846 additions and 1889 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 0.0 / 0.0;
return nan(NULL);
}
}
double weight = clause_->literals()[0].isPositive()

View File

@@ -13,6 +13,7 @@
#include <string>
#include <iostream>
#include <sstream>
#include <functional>
#include "Horus.h"