Class use to store trace information during the algorithm run.
More...
#include <BendersStructsDatas.h>
|
|
Point | get_x_cut () const |
| | Get point.
|
| |
|
Point | get_min_invest () const |
| |
|
Point | get_max_invest () const |
| |
|
|
bool | _valid = false |
| |
|
double | _lb |
| |
|
double | _ub |
| |
|
double | _best_ub |
| |
|
double | _master_duration |
| |
|
double | _subproblem_duration |
| |
|
PointPtr | _x_in |
| |
|
PointPtr | _x_out |
| |
|
PointPtr | _x_cut |
| |
|
PointPtr | _min_invest |
| |
|
PointPtr | _max_invest |
| |
|
SubProblemDataMap | _cut_trace |
| |
|
double | _invest_cost |
| |
|
double | _operational_cost |
| |
Class use to store trace information during the algorithm run.
The documentation for this class was generated from the following files:
- src/cpp/benders/benders_core/include/antares-xpansion/benders/benders_core/BendersStructsDatas.h
- src/cpp/benders/benders_core/BendersStructsDatas.cpp