win64 support: encodings
This commit is contained in:
@@ -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()
|
||||
|
@@ -13,6 +13,7 @@
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <functional>
|
||||
|
||||
#include "Horus.h"
|
||||
|
||||
|
Reference in New Issue
Block a user