#include <GamsHeuristic.hpp>
Definition at line 20 of file GamsHeuristic.hpp.
 
      
        
          | GamsHeuristic::GamsHeuristic  | 
          ( | 
          GamsBCH &  | 
          bch_ | ) | 
           | 
        
      
 
 
      
        
          | CbcHeuristic* GamsHeuristic::clone  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | void GamsHeuristic::resetModel  | 
          ( | 
          CbcModel *  | 
          model | ) | 
           | 
        
      
 
 
      
        
          | int GamsHeuristic::solution  | 
          ( | 
          double &  | 
          objectiveValue,  | 
        
        
           | 
           | 
          double *  | 
          newSolution  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Sets solution values if good, sets objective value. 
- Returns
 - 0 if no solution, 1 if valid solution with better objective value than one passed in 
 
 
 
The documentation for this class was generated from the following file: