Bonmin  1.7
Public Member Functions | Private Member Functions | Private Attributes
Bonmin::RoundingFPump Class Reference

#include <BonHeuristicFPump.hpp>

List of all members.

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

TMINLP2TNLPminlp_
 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.

Detailed Description

Definition at line 78 of file BonHeuristicFPump.hpp.


Constructor & Destructor Documentation

Bonmin::RoundingFPump::RoundingFPump ( TMINLP2TNLP minlp)

Default constructor.

Bonmin::RoundingFPump::~RoundingFPump ( )

Destructor.


Member Function Documentation

void Bonmin::RoundingFPump::round ( const double  integerTolerance,
const double  primalTolerance,
double *  solution 
)

Rounds the solution.

void Bonmin::RoundingFPump::gutsOfConstructor ( ) [private]

gutsOfConstructor


Member Data Documentation

Pointer to problem.

Definition at line 97 of file BonHeuristicFPump.hpp.

Number of rows.

Definition at line 100 of file BonHeuristicFPump.hpp.

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.


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