refactor ground solver interface

This commit is contained in:
Tiago Gomes
2012-04-10 15:00:18 +01:00
parent 46e6a10625
commit 78e86a6330
15 changed files with 191 additions and 242 deletions

View File

@@ -78,8 +78,6 @@ class ElimGraph
bool neighbors (const EgNode*, const EgNode*) const;
void setIndexes (void);
vector<EgNode*> nodes_;
vector<bool> marked_;
unordered_map<VarId, EgNode*> varMap_;