00001 /*************************************************************************** 00002 compare.h - description 00003 ------------------- 00004 begin : Sam Jan 18 2003 00005 copyright : (C) 2003 by LEA / TUM 00006 email : taeubig@in.tum.de 00007 ***************************************************************************/ 00008 00009 #ifndef COMPARE_H 00010 #define COMPARE_H 00011 00012 #include <utility> 00013 #include "../model/jobs/SJob.h" 00014 00015 using std::pair; 00016 00017 // compare functions for different algorithms 00018 00020 int diffcmp(const pair<SJob*, int*>& a, const pair<SJob*, int*>& b); 00021 00022 int prLEPTcmp(SJob* const& a, SJob* const& b); 00023 00024 #endif //COMPARE_H