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