9 #ifndef GAMSFINALIZE_HPP_ 
   10 #define GAMSFINALIZE_HPP_ 
   16 #include "OsiSolverInterface.hpp" 
Representation of a mixed-integer linear GAMS model read in from GAMS iolib. 
 
void GamsWriteSolutionOsi(GamsModel *gm, GamsMessageHandler *myout, OsiSolverInterface *solver, bool swapRowStatus=false)
Writes GAMS solution file for a solution stored in an OsiSolverInterface. 
 
A CoinUtils message handler that writes into the GAMS status- and logfile. 
 
void GamsFinalizeOsi(GamsModel *gm, GamsMessageHandler *myout, OsiSolverInterface *solver, bool TimeLimitExceeded=false, bool HaveFeasibleSolution=false, bool swapRowStatus=false)
Analyze solution stored in an OsiSolverInterface and writes GAMS solution file.