OR-Tools  9.6
PrimalTrustRegionProblem

Detailed Description

Definition at line 347 of file trust_region.h.

Public Member Functions

 PrimalTrustRegionProblem (const QuadraticProgram *qp, const Eigen::VectorXd *primal_solution, const Eigen::VectorXd *primal_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

◆ PrimalTrustRegionProblem()

PrimalTrustRegionProblem ( const QuadraticProgram qp,
const Eigen::VectorXd *  primal_solution,
const Eigen::VectorXd *  primal_gradient,
const double  norm_weight = 1.0 
)
inline

Definition at line 349 of file trust_region.h.

Member Function Documentation

◆ CenterPoint()

double CenterPoint ( int64_t  index) const
inline

Definition at line 364 of file trust_region.h.

◆ LowerBound()

double LowerBound ( int64_t  index) const
inline

Definition at line 358 of file trust_region.h.

◆ NormWeight()

double NormWeight ( int64_t  index) const
inline

Definition at line 365 of file trust_region.h.

◆ Objective()

double Objective ( int64_t  index) const
inline

Definition at line 357 of file trust_region.h.

◆ UpperBound()

double UpperBound ( int64_t  index) const
inline

Definition at line 361 of file trust_region.h.


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