| 
    Dip
    0.92.4
    
   | 
 
#include <OsiTestSolver.hpp>

Public Member Functions | |
| VOL_dual (const int dsize) | |
| VOL_dual (const VOL_dual &dual) | |
| ~VOL_dual () | |
| VOL_dual & | operator= (const VOL_dual &p) | 
| void | step (const double target, const double lambda, const VOL_dvector &dual_lb, const VOL_dvector &dual_ub, const VOL_dvector &v) | 
| double | ascent (const VOL_dvector &v, const VOL_dvector &last_u) const | 
| void | compute_xrc (const VOL_dvector &pstarx, const VOL_dvector &primalx, const VOL_dvector &rc) | 
Public Attributes | |
| double | lcost | 
| double | xrc | 
| VOL_dvector | u | 
Definition at line 356 of file OsiTestSolver.hpp.
      
  | 
  inline | 
Definition at line 366 of file OsiTestSolver.hpp.
References u.
      
  | 
  inline | 
Definition at line 367 of file OsiTestSolver.hpp.
      
  | 
  inline | 
Definition at line 369 of file OsiTestSolver.hpp.
Definition at line 370 of file OsiTestSolver.hpp.
| void VOL_dual::step | ( | const double | target, | 
| const double | lambda, | ||
| const VOL_dvector & | dual_lb, | ||
| const VOL_dvector & | dual_ub, | ||
| const VOL_dvector & | v | ||
| ) | 
| double VOL_dual::ascent | ( | const VOL_dvector & | v, | 
| const VOL_dvector & | last_u | ||
| ) | const | 
| void VOL_dual::compute_xrc | ( | const VOL_dvector & | pstarx, | 
| const VOL_dvector & | primalx, | ||
| const VOL_dvector & | rc | ||
| ) | 
| double VOL_dual::lcost | 
Definition at line 359 of file OsiTestSolver.hpp.
Referenced by VOL_swing::cond(), and operator=().
| double VOL_dual::xrc | 
Definition at line 361 of file OsiTestSolver.hpp.
Referenced by operator=().
| VOL_dvector VOL_dual::u | 
Definition at line 364 of file OsiTestSolver.hpp.
Referenced by operator=(), and VOL_dual().
 1.8.5