OR-Tools  9.6
DualTrustRegionProblem

Detailed Description

Definition at line 384 of file trust_region.h.

Public Member Functions

 DualTrustRegionProblem (const QuadraticProgram *qp, const Eigen::VectorXd *dual_solution, const Eigen::VectorXd *dual_gradient, const double norm_weight=1.0)
 
double Objective (int64_t index) const
 
double LowerBound (int64_t index) const
 
double UpperBound (int64_t index) const
 
double CenterPoint (int64_t index) const
 
double NormWeight (int64_t index) const
 

Constructor & Destructor Documentation

◆ DualTrustRegionProblem()

DualTrustRegionProblem ( const QuadraticProgram qp,
const Eigen::VectorXd *  dual_solution,
const Eigen::VectorXd *  dual_gradient,
const double  norm_weight = 1.0 
)
inline

Definition at line 386 of file trust_region.h.

Member Function Documentation

◆ CenterPoint()

double CenterPoint ( int64_t  index) const
inline

Definition at line 409 of file trust_region.h.

◆ LowerBound()

double LowerBound ( int64_t  index) const
inline

Definition at line 399 of file trust_region.h.

◆ NormWeight()

double NormWeight ( int64_t  index) const
inline

Definition at line 410 of file trust_region.h.

◆ Objective()

double Objective ( int64_t  index) const
inline

Definition at line 394 of file trust_region.h.

◆ UpperBound()

double UpperBound ( int64_t  index) const
inline

Definition at line 404 of file trust_region.h.


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