#include <GamsHeuristic.hpp>
Collaboration diagram for GamsHeuristic:
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. | |
Private Attributes | |
GamsBCH & | bch |
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.
GamsBCH& GamsHeuristic::bch [private] |
Definition at line 22 of file GamsHeuristic.hpp.