|
Antares Xpansion
Investment simulations for Antares studies
|
#include <BendersStructsDatas.h>
Public Attributes | |
| double | subproblems_walltime = 0 |
| double | subproblems_cputime = 0 |
| double | subproblems_cumulative_cputime = 0 |
| double | timer_master = 0 |
| double | lb = -1e20 |
| double | ub = +1e20 |
| double | best_ub = +1e20 |
| int | it = 0 |
| double | iteration_time = 0 |
| bool | stop = false |
| double | overall_subpb_cost_under_approx = 0 |
| std::vector< double > | single_subpb_costs_under_approx |
| double | subproblem_cost |
| double | invest_cost |
| int | best_it = 0 |
| Point | x_in |
| Point | x_out |
| Point | x_cut |
| Point | min_invest |
| Point | max_invest |
| int | nsubproblem = 0 |
| int | master_status = SOLVER_STATUS::UNKNOWN |
| double | benders_time = 0 |
| StoppingCriterion | stopping_criterion = StoppingCriterion::empty |
| bool | is_in_initial_relaxation = false |
| int | number_of_subproblem_solved = 0 |
| int | cumulative_number_of_subproblem_solved = 0 |
| int | min_simplexiter |
| int | max_simplexiter |
| CriteriaCurrentIterationData | criteria_current_iteration_data |
struct that hold current Benders iteration