GAMSlinks  0.4
Public Member Functions | Private Attributes | List of all members
GamsHeuristic Class Reference

#include <GamsHeuristic.hpp>

Inheritance diagram for GamsHeuristic:
Inheritance graph
[legend]
Collaboration diagram for GamsHeuristic:
Collaboration graph
[legend]

Public Member Functions

 GamsHeuristic (GamsBCH &bch_)
 
CbcHeuristic * clone () const
 
void resetModel (CbcModel *model)
 
int solution (double &objectiveValue, double *newSolution)
 Sets solution values if good, sets objective value. More...
 

Private Attributes

GamsBCHbch
 

Detailed Description

Definition at line 20 of file GamsHeuristic.hpp.

Constructor & Destructor Documentation

GamsHeuristic::GamsHeuristic ( GamsBCH bch_)

Member Function Documentation

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

Member Data Documentation

GamsBCH& GamsHeuristic::bch
private

Definition at line 22 of file GamsHeuristic.hpp.


The documentation for this class was generated from the following file: