Add a source file for Indexer class

- Move some non-performance critical methods to the source file
- Fix some implicit declarions of members in iomanip
- Fix declaration order in Makefile.in
This commit is contained in:
Tiago Gomes
2013-02-16 16:42:08 +00:00
parent 0852c4fe22
commit ba79d2e422
6 changed files with 46 additions and 31 deletions

View File

@@ -3,6 +3,7 @@
#include <vector>
#include <string>
#include <iostream>
#include <iomanip>
#include "GroundSolver.h"
#include "VarElim.h"