00001 // Evaluator Main module -*- C++ -*- 00002 00003 // $Id: eval_main.h 928 2009-11-12 17:13:05Z mihaly $ 00004 // Copyright (C) 2001-2003 Hermann Schichl 00005 // 00006 // This file is part of the COCONUT API. This library 00007 // is free software; you can redistribute it and/or modify it under the 00008 // terms of the Library GNU General Public License as published by the 00009 // Free Software Foundation; either version 2, or (at your option) 00010 // any later version. 00011 00012 // This library is distributed in the hope that it will be useful, 00013 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 // Library GNU General Public License for more details. 00016 00017 // As a special exception, you may use this file as part of a free software 00018 // library without restriction. Specifically, if other files instantiate 00019 // templates or use macros or inline functions from this file, or you compile 00020 // this file and link it with other files to produce an executable, this 00021 // file does not by itself cause the resulting executable to be covered by 00022 // the Library GNU General Public License. This exception does not however 00023 // invalidate any other reasons why the executable file might be covered by 00024 // the Library GNU General Public License. 00025 00028 #ifndef _EVAL_MAIN_H_ 00029 #define _EVAL_MAIN_H_ 00030 00031 namespace coco { 00032 00033 #define FUNC_EVALUATOR 0 00034 #define FUNC_D_EVALUATOR 1 00036 #define FUNC_RANGE 2 00037 #define FUNC_D_RANGE 3 00039 #define DER_EVALUATOR 4 00040 #define DER_RANGE 5 00041 #define REDUCE_RANGE 6 00042 #define PRINT 7 00043 #define FUNC_FW_PREP 8 00044 #define FUNC_ISLP_EVALUATOR 9 00046 #define ISLP_EVALUATOR 10 00047 #define FUNC_ID_EVALUATOR 11 00049 #define IDER_EVALUATOR 12 00050 #define FUNC_CRANGE 13 00051 #define FUNC_BRANGE 14 00052 #define FUNC_ANALYTICD 15 00053 #define FUNC_INFB 16 00054 #define CONVEX_EVALUATOR 17 00055 #define DIFF_EVALUATOR 18 00057 #define FUNC_IDER_FORWARD 19 00059 #define NUM_EVALUATORS 20 00062 extern std::vector<std::vector<void *> > standard_evaluators; 00063 00064 } // namespace coco 00065 00066 #endif /* _EVAL_MAIN_H_ */