Reads an optimization result and writes it into a gams solution file using the SMAG I/O library.  
 More...
#include <OSrL2Smag.hpp>
Reads an optimization result and writes it into a gams solution file using the SMAG I/O library. 
Definition at line 39 of file OSrL2Smag.hpp.
 
      
        
          | OSrL2Smag::OSrL2Smag  | 
          ( | 
          struct smagRec *  | 
          smag_ | ) | 
           | 
        
      
 
 
  
  
      
        
          | OSrL2Smag::~OSrL2Smag  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | void OSrL2Smag::writeSolution  | 
          ( | 
          OSResult &  | 
          osresult | ) | 
           | 
        
      
 
Writes a GAMS solution file with the result given as OSResult object. 
- Parameters
 - 
  
    | osresult | Optimization result as object.  | 
  
   
 
 
      
        
          | void OSrL2Smag::writeSolution  | 
          ( | 
          std::string &  | 
          osrl | ) | 
           | 
        
      
 
Writes a GAMS solution file with the result given as osrl string. 
- Parameters
 - 
  
    | osrl | Optimization result as string.  | 
  
   
 
 
  
  
      
        
          | struct smagRec* OSrL2Smag::smag | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: