#include <BonCouenneInfo.hpp>
Public Member Functions | |
| NlpSolution (int n, const double *sol, double objval) | |
| ~NlpSolution () | |
Accessor methods | |
| const double * | solution () const |
| double | objVal () const |
| int | nVars () const |
Private Member Functions | |
Accessor methods | |
| NlpSolution () | |
| NlpSolution (const NlpSolution &) | |
| void | operator= (const NlpSolution &) |
Private Attributes | |
| int | n_ |
| number of variables | |
| double * | sol_ |
| values of the stored solution | |
| double | objVal_ |
| objective function of stored solution | |
Definition at line 25 of file BonCouenneInfo.hpp.
| Bonmin::CouenneInfo::NlpSolution::NlpSolution | ( | int | n, | |
| const double * | sol, | |||
| double | objval | |||
| ) |
| Bonmin::CouenneInfo::NlpSolution::~NlpSolution | ( | ) |
| Bonmin::CouenneInfo::NlpSolution::NlpSolution | ( | ) | [private] |
| Bonmin::CouenneInfo::NlpSolution::NlpSolution | ( | const NlpSolution & | ) | [private] |
| const double* Bonmin::CouenneInfo::NlpSolution::solution | ( | ) | const [inline] |
| double Bonmin::CouenneInfo::NlpSolution::objVal | ( | ) | const [inline] |
| int Bonmin::CouenneInfo::NlpSolution::nVars | ( | ) | const [inline] |
| void Bonmin::CouenneInfo::NlpSolution::operator= | ( | const NlpSolution & | ) | [private] |
int Bonmin::CouenneInfo::NlpSolution::n_ [private] |
double* Bonmin::CouenneInfo::NlpSolution::sol_ [private] |
values of the stored solution
Definition at line 59 of file BonCouenneInfo.hpp.
Referenced by NlpSolution(), solution(), and ~NlpSolution().
double Bonmin::CouenneInfo::NlpSolution::objVal_ [private] |
objective function of stored solution
Definition at line 61 of file BonCouenneInfo.hpp.
Referenced by objVal().
1.4.7