/home/coin/SVN-release/OS-2.3.0/OS/src/OSModelInterfaces/OSosrl2gams.hpp

Go to the documentation of this file.
00001 // Copyright (C) GAMS Development and others 2008-2009
00002 // All Rights Reserved.
00003 // This code is published under the Common Public License.
00004 //
00005 // $Id: OSosrl2gams.hpp 2897 2009-08-31 18:43:21Z stefan $
00006 //
00007 // Authors: Stefan Vigerske
00008 
00009 #ifndef OSRL2GAMS_HPP_
00010 #define OSRL2GAMS_HPP_
00011 
00012 #include "GAMSlinksConfig.h"
00013 
00014 class OSResult;
00015 struct gmoRec;
00016 struct gevRec;
00017 
00020 class OSrL2Gams {
00021 private:
00022         struct gmoRec* gmo;
00023         struct gevRec* gev;
00024 
00025 public:
00029         OSrL2Gams(struct gmoRec* gmo_);
00030 
00033         ~OSrL2Gams() {}
00034         
00038         void writeSolution(OSResult& osresult);
00039 
00043         void writeSolution(std::string& osrl);
00044 };
00045 
00046 #endif /*OSRL2GAMS_HPP_*/

Generated on Fri Nov 19 13:31:06 2010 by  doxygen 1.4.7