Bonmin 1.8.9
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Bonmin::TMINLP::PerturbInfo Class Reference

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.
 

Detailed Description

Class to store perturbation radii for variables in the model.

Definition at line 157 of file BonTMINLP.hpp.

Constructor & Destructor Documentation

◆ PerturbInfo()

Bonmin::TMINLP::PerturbInfo::PerturbInfo ( )
inline

default constructor.

Definition at line 161 of file BonTMINLP.hpp.

◆ ~PerturbInfo()

Bonmin::TMINLP::PerturbInfo::~PerturbInfo ( )
inline

destructor

Definition at line 166 of file BonTMINLP.hpp.

Member Function Documentation

◆ SetPerturbationArray()

void Bonmin::TMINLP::PerturbInfo::SetPerturbationArray ( Ipopt::Index numvars,
const double * perturb_radius )

Method for setting the perturbation radii.

◆ GetPerturbationArray()

const double * Bonmin::TMINLP::PerturbInfo::GetPerturbationArray ( ) const
inline

Method for getting the array for the perturbation radii in order to use the values.

Definition at line 176 of file BonTMINLP.hpp.


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