refactor exportToGraphViz

This commit is contained in:
Tiago Gomes
2012-10-30 14:31:52 +00:00
parent a75799b34f
commit b31a047635
2 changed files with 37 additions and 61 deletions

View File

@@ -214,6 +214,9 @@ class LiftedCircuit
string escapeNode (const CircuitNode* node) const;
void exportToGraphViz (CircuitNode* node, ofstream&);
void printClauses (const CircuitNode* node, ofstream&,
string extraOptions = "");
CircuitNode* root_;
const LiftedWCNF* lwcnf_;