/home/coin/SVN-release/OS-2.4.2/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 Eclipse Public License.
00004 //
00005 // $Id: OSosrl2gams.hpp 4292 2011-09-21 05:47:18Z kmartin $
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 {
00022 private:
00023     struct gmoRec* gmo;
00024     struct gevRec* gev;
00025 
00026 public:
00030     OSrL2Gams(struct gmoRec* gmo_);
00031 
00034     ~OSrL2Gams() {}
00035 
00039     void writeSolution(OSResult& osresult);
00040 
00044     void writeSolution(std::string& osrl);
00045 };
00046 
00047 #endif /*OSRL2GAMS_HPP_*/

Generated on Wed Nov 30 03:04:20 2011 by  doxygen 1.4.7