#include <lp.h>
Inheritance diagram for LP_data_and_hook:


Public Member Functions | |
| LP_data_and_hook () | |
| virtual | ~LP_data_and_hook () |
| int | compute_rc (const VOL_dvector &u, VOL_dvector &rc) |
| int | solve_subproblem (const VOL_dvector &u, const VOL_dvector &rc, double &lcost, VOL_dvector &x, VOL_dvector &v, double &pcost) |
| int | heuristics (const VOL_problem &p, const VOL_dvector &x, double &heur_val) |
Public Attributes | |
| VOL_lp | lp_pb |
| VOL_dvector | rhs |
| VOL_ivector | ix |
| double | icost |
Definition at line 32 of file lp.h.
| virtual LP_data_and_hook::~LP_data_and_hook | ( | ) | [inline, virtual] |
| int LP_data_and_hook::compute_rc | ( | const VOL_dvector & | u, | |
| VOL_dvector & | rc | |||
| ) | [virtual] |
Implements VOL_user_hooks.
| int LP_data_and_hook::solve_subproblem | ( | const VOL_dvector & | u, | |
| const VOL_dvector & | rc, | |||
| double & | lcost, | |||
| VOL_dvector & | x, | |||
| VOL_dvector & | v, | |||
| double & | pcost | |||
| ) | [virtual] |
Implements VOL_user_hooks.
| int LP_data_and_hook::heuristics | ( | const VOL_problem & | p, | |
| const VOL_dvector & | x, | |||
| double & | heur_val | |||
| ) | [virtual] |
Implements VOL_user_hooks.
| double LP_data_and_hook::icost |
1.4.7