LPEngine.h

Go to the documentation of this file.
00001 // 
00002 //     MINOTAUR -- It's only 1/2 bull
00003 // 
00004 //     (C)opyright 2008 -- 2011 The MINOTAUR Team.
00005 // 
00006 
00014 #ifndef MINOTAURLPENGINE_H
00015 #define MINOTAURLPENGINE_H
00016 
00017 #include "Engine.h"
00018 
00019 namespace Minotaur {
00020 
00030   class LPEngine : public Engine {
00031 
00032     public:
00033       friend class Problem;
00034 
00036       LPEngine() {};
00037 
00039       virtual ~LPEngine() {};
00040   };
00041   typedef boost::shared_ptr<LPEngine> LPEnginePtr;
00042 }
00043 
00044 #endif
00045 // Local Variables: 
00046 // mode: c++ 
00047 // eval: (c-set-style "k&r") 
00048 // eval: (c-set-offset 'innamespace 0) 
00049 // eval: (setq c-basic-offset 2) 
00050 // eval: (setq fill-column 78) 
00051 // eval: (auto-fill-mode 1) 
00052 // eval: (setq column-number-mode 1) 
00053 // eval: (setq indent-tabs-mode nil) 
00054 // End:

Minotaur source code documented by Doxygen 1.7.1 on Tue Nov 1 2011