Bonmin 1.8.9
|
Class to store perturbation radii for variables in the model. More...
#include <BonTMINLP.hpp>
Public Member Functions | |
PerturbInfo () | |
default constructor. | |
~PerturbInfo () | |
destructor | |
void | SetPerturbationArray (Ipopt::Index numvars, const double *perturb_radius) |
Method for setting the perturbation radii. | |
const double * | GetPerturbationArray () const |
Method for getting the array for the perturbation radii in order to use the values. | |
Class to store perturbation radii for variables in the model.
Definition at line 157 of file BonTMINLP.hpp.
|
inline |
default constructor.
Definition at line 161 of file BonTMINLP.hpp.
|
inline |
destructor
Definition at line 166 of file BonTMINLP.hpp.
void Bonmin::TMINLP::PerturbInfo::SetPerturbationArray | ( | Ipopt::Index | numvars, |
const double * | perturb_radius ) |
Method for setting the perturbation radii.
|
inline |
Method for getting the array for the perturbation radii in order to use the values.
Definition at line 176 of file BonTMINLP.hpp.