#include <ufl.hpp>
Inheritance diagram for UFL:


Public Member Functions | |
| 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) |
| UFL () | |
| virtual | ~UFL () |
Public Attributes | |
| VOL_dvector | fcost |
| VOL_dvector | dist |
| VOL_dvector | fix |
| int | ncust |
| int | nloc |
| VOL_ivector | ix |
| double | icost |
Definition at line 29 of file ufl.hpp.
| int UFL::compute_rc | ( | const VOL_dvector & | u, | |
| VOL_dvector & | rc | |||
| ) | [virtual] |
Implements VOL_user_hooks.
| int UFL::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 UFL::heuristics | ( | const VOL_problem & | p, | |
| const VOL_dvector & | x, | |||
| double & | heur_val | |||
| ) | [virtual] |
Implements VOL_user_hooks.
| int UFL::ncust |
| double UFL::icost |
1.4.7