Bonmin
1.7
|
#include <BonHeuristicFPump.hpp>
Public Member Functions | |
RoundingFPump (TMINLP2TNLP *minlp) | |
Default constructor. | |
~RoundingFPump () | |
Destructor. | |
void | round (const double integerTolerance, const double primalTolerance, double *solution) |
Rounds the solution. | |
Private Member Functions | |
void | gutsOfConstructor () |
gutsOfConstructor | |
Private Attributes | |
TMINLP2TNLP * | minlp_ |
Pointer to problem. | |
int | numberRows_ |
Number of rows. | |
int | numberColumns_ |
Number of columns. | |
std::vector< std::pair< int, int > > * | col_and_jac_g_ |
Jacobian of g. |
Definition at line 78 of file BonHeuristicFPump.hpp.
Bonmin::RoundingFPump::RoundingFPump | ( | TMINLP2TNLP * | minlp | ) |
Default constructor.
Bonmin::RoundingFPump::~RoundingFPump | ( | ) |
Destructor.
void Bonmin::RoundingFPump::round | ( | const double | integerTolerance, |
const double | primalTolerance, | ||
double * | solution | ||
) |
Rounds the solution.
void Bonmin::RoundingFPump::gutsOfConstructor | ( | ) | [private] |
gutsOfConstructor
TMINLP2TNLP* Bonmin::RoundingFPump::minlp_ [private] |
Pointer to problem.
Definition at line 97 of file BonHeuristicFPump.hpp.
int Bonmin::RoundingFPump::numberRows_ [private] |
Number of rows.
Definition at line 100 of file BonHeuristicFPump.hpp.
int Bonmin::RoundingFPump::numberColumns_ [private] |
Number of columns.
Definition at line 103 of file BonHeuristicFPump.hpp.
std::vector<std::pair<int, int> >* Bonmin::RoundingFPump::col_and_jac_g_ [private] |
Jacobian of g.
Definition at line 106 of file BonHeuristicFPump.hpp.