Definition at line 17 of file ColumnAndConstraintGeneration.h.
Public Methods | |
| ColumnAndConstraintGeneration (const Robust::Description &t_robust_description, const Bilevel::Description &t_bilevel_description) | |
| ColumnAndConstraintGeneration (const ColumnAndConstraintGeneration &t_src) | |
| OptimizerFactory * | clone () const override |
| ColumnAndConstraintGeneration & | with_master_optimizer (const idol::OptimizerFactory &t_deterministic_optimizer) |
| ColumnAndConstraintGeneration & | reserve_initial_scenarios (unsigned int t_n) |
| ColumnAndConstraintGeneration & | add_initial_scenario (Point< Var > t_scenario) |
| ColumnAndConstraintGeneration & | with_initial_scenario_by_minimization (const OptimizerFactory &t_optimizer) |
| ColumnAndConstraintGeneration & | with_initial_scenario_by_maximization (const OptimizerFactory &t_optimizer) |
| ColumnAndConstraintGeneration & | with_check_for_repeated_scenarios (bool t_value) |
| ColumnAndConstraintGeneration & | add_separation (const Robust::CCG::Separation &t_separation) |
| ColumnAndConstraintGeneration & | with_logs (bool t_value) |
| ColumnAndConstraintGeneration & | with_time_limit (double t_time_limit) |
| ColumnAndConstraintGeneration & | with_thread_limit (unsigned int t_max_n_threads) |
| ColumnAndConstraintGeneration & | with_iteration_limit (unsigned int t_iteration_count_limit) |
| ColumnAndConstraintGeneration & | with_best_bound_stop (double t_best_bound_stop) |
| ColumnAndConstraintGeneration & | with_best_obj_stop (double t_user_best_obj) |
| ColumnAndConstraintGeneration & | with_presolve (bool t_value) |
| ColumnAndConstraintGeneration & | with_infeasible_or_unbounded_info (bool t_value) |
| ColumnAndConstraintGeneration & | with_tol_mip_relative_gap (double t_tol_mip_relative_gap) |
| ColumnAndConstraintGeneration & | with_tol_mip_absolute_gap (double t_tol_mip_absolute_gap) |
| ColumnAndConstraintGeneration & | with_tol_integer (double t_tol_integer) |
| ColumnAndConstraintGeneration & | with_tol_feasibility (double t_tol_feasibility) |
| ColumnAndConstraintGeneration & | with_tol_optimality (double t_tol_optimality) |
| ColumnAndConstraintGeneration & | conditional (bool t_conditional_value, const std::function< void(ColumnAndConstraintGeneration &)> &t_if) |
| virtual Optimizer * | operator() (const Model &t_model) const |
| template<class T> | |
| T & | as () |
| template<class T> | |
| const T & | as () const |
| template<class T> | |
| bool | is () const |
Protected Methods | |
| Optimizer * | create (const Model &t_model) const override |
| ColumnAndConstraintGeneration & | crtp () |
Protected Attributes | |
| std::optional< bool > | m_logs |
| std::optional< double > | m_time_limit |
| std::optional< unsigned int > | m_thread_limit |
| std::optional< unsigned int > | m_iteration_count_limit |
| std::optional< double > | m_best_bound_stop |
| std::optional< double > | m_best_obj_stop |
| std::optional< bool > | m_presolve |
| std::optional< bool > | m_infeasible_or_unbounded_info |
| std::optional< double > | m_tol_mip_relative_gap |
| std::optional< double > | m_tol_mip_absolute_gap |
| std::optional< double > | m_tol_integer |
| std::optional< double > | m_tol_feasibility |
| std::optional< double > | m_tol_optimality |
|
inlineinherited |
Definition at line 46 of file OptimizerFactory.h.
|
inlineinherited |
Definition at line 54 of file OptimizerFactory.h.
|
nodiscardoverridevirtual |
Implements idol::OptimizerFactory.
|
inherited |
Definition at line 88 of file OptimizerFactory.h.
|
nodiscardoverrideprotectedvirtual |
Implements idol::OptimizerFactory.
|
inlineprotectedinherited |
Definition at line 70 of file OptimizerFactory.h.
|
inlinenodiscardinherited |
Definition at line 62 of file OptimizerFactory.h.
|
inherited |
Definition at line 77 of file OptimizerFactory.h.
|
inherited |
Definition at line 78 of file OptimizerFactory.h.
|
inherited |
Definition at line 80 of file OptimizerFactory.h.
|
inherited |
Definition at line 76 of file OptimizerFactory.h.
|
inherited |
Definition at line 73 of file OptimizerFactory.h.
|
inherited |
Definition at line 79 of file OptimizerFactory.h.
|
inherited |
Definition at line 75 of file OptimizerFactory.h.
|
inherited |
Definition at line 74 of file OptimizerFactory.h.
|
inherited |
Definition at line 85 of file OptimizerFactory.h.
|
inherited |
Definition at line 84 of file OptimizerFactory.h.
|
inherited |
Definition at line 83 of file OptimizerFactory.h.
|
inherited |
Definition at line 82 of file OptimizerFactory.h.
|
inherited |
Definition at line 86 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 27 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 28 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 30 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 26 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 23 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 29 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 25 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 24 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 35 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 34 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 33 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 32 of file OptimizerFactory.h.
|
protectedinherited |
Definition at line 36 of file OptimizerFactory.h.