To install minisat on Mac:
#elif defined(__APPLE__) #includedouble Minisat::memUsed(void) { malloc_statistics_t t; malloc_zone_statistics(NULL, &t); return (double)t.max_size_in_use / (1024*1024); } double Minisat::memUsedPeak(void) {return memUsed(); } #else
For more information please see these posts (which is where I got this information):
http://groups.google.com/group/minisat/browse_thread/thread/898f2153d698a8c8
http://groups.google.com/group/minisat/browse_thread/thread/722da4ff639a2f79