Osi 0.108.11
Loading...
Searching...
No Matches
VOL_primal Class Reference

#include <OsiTestSolver.hpp>

Collaboration diagram for VOL_primal:

Public Member Functions

 VOL_primal (const int psize, const int dsize)
 VOL_primal (const VOL_primal &primal)
 ~VOL_primal ()
VOL_primaloperator= (const VOL_primal &p)
void cc (const double alpha, const VOL_primal &p)
void find_max_viol (const VOL_dvector &dual_lb, const VOL_dvector &dual_ub)

Public Attributes

double value
double viol
VOL_dvector x
VOL_dvector v

Detailed Description

Definition at line 315 of file OsiTestSolver.hpp.

Constructor & Destructor Documentation

◆ VOL_primal() [1/2]

VOL_primal::VOL_primal ( const int psize,
const int dsize )
inline

Definition at line 326 of file OsiTestSolver.hpp.

◆ VOL_primal() [2/2]

VOL_primal::VOL_primal ( const VOL_primal & primal)
inline

Definition at line 327 of file OsiTestSolver.hpp.

◆ ~VOL_primal()

VOL_primal::~VOL_primal ( )
inline

Definition at line 329 of file OsiTestSolver.hpp.

Member Function Documentation

◆ operator=()

VOL_primal & VOL_primal::operator= ( const VOL_primal & p)
inline

Definition at line 330 of file OsiTestSolver.hpp.

◆ cc()

void VOL_primal::cc ( const double alpha,
const VOL_primal & p )
inline

Definition at line 344 of file OsiTestSolver.hpp.

◆ find_max_viol()

void VOL_primal::find_max_viol ( const VOL_dvector & dual_lb,
const VOL_dvector & dual_ub )

Member Data Documentation

◆ value

double VOL_primal::value

Definition at line 318 of file OsiTestSolver.hpp.

◆ viol

double VOL_primal::viol

Definition at line 320 of file OsiTestSolver.hpp.

◆ x

VOL_dvector VOL_primal::x

Definition at line 322 of file OsiTestSolver.hpp.

◆ v

VOL_dvector VOL_primal::v

Definition at line 324 of file OsiTestSolver.hpp.


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