/* * gmp.h * * Created on: Apr 5, 2010 * Author: dejan */ #ifndef __CVC4__GMP_H_ #define __CVC4__GMP_H_ #include namespace CVC4 { /** Hashes the gmp integer primitive in a word by word fashion. */ inline size_t gmpz_hash(const mpz_t toHash) { size_t hash = 0; for (int i=0, n=mpz_size(toHash); i