|
| PessimisticAsOptimistic (const Model &t_parent, const ::idol::Bilevel::Description &t_description, const OptimizerFactory &t_optimistic_bilevel_optimizer) |
|
std::string | name () const override |
|
SolutionStatus | get_status () const override |
|
SolutionReason | get_reason () const override |
|
double | get_best_obj () const override |
|
double | get_best_bound () const override |
|
double | get_relative_gap () const override |
|
double | get_absolute_gap () const override |
|
double | get_var_primal (const Var &t_var) const override |
|
double | get_var_reduced_cost (const Var &t_var) const override |
|
double | get_var_ray (const Var &t_var) const override |
|
double | get_ctr_dual (const Ctr &t_ctr) const override |
|
double | get_ctr_farkas (const Ctr &t_ctr) const override |
|
unsigned int | get_n_solutions () const override |
|
unsigned int | get_solution_index () const override |
|
|
void | add (const Var &t_var) override |
|
void | add (const Ctr &t_ctr) override |
|
void | add (const QCtr &t_ctr) override |
|
void | remove (const Var &t_var) override |
|
void | remove (const Ctr &t_ctr) override |
|
void | remove (const QCtr &t_ctr) override |
|
void | update () override |
|
void | write (const std::string &t_name) override |
|
void | hook_optimize () override |
|
void | set_solution_index (unsigned int t_index) override |
|
void | update_obj_sense () override |
|
void | update_obj () override |
|
void | update_rhs () override |
|
void | update_obj_constant () override |
|
void | update_mat_coeff (const Ctr &t_ctr, const Var &t_var) override |
|
void | update_ctr_type (const Ctr &t_ctr) override |
|
void | update_ctr_rhs (const Ctr &t_ctr) override |
|
void | update_var_type (const Var &t_var) override |
|
void | update_var_lb (const Var &t_var) override |
|
void | update_var_ub (const Var &t_var) override |
|
void | update_var_obj (const Var &t_var) override |
|
void | build () override |
|
virtual void | set_status (SolutionStatus t_status) |
|
virtual void | set_reason (SolutionReason t_reason) |
|
virtual void | set_best_bound (double t_value) |
|
virtual void | set_best_obj (double t_value) |
|
◆ build()
void idol::Algorithm::build |
( |
| ) |
|
|
inlineoverrideprotectedinherited |
◆ set_best_bound()
virtual void idol::Algorithm::set_best_bound |
( |
double |
t_value | ) |
|
|
inlineprotectedvirtualinherited |
◆ set_best_obj()
virtual void idol::Algorithm::set_best_obj |
( |
double |
t_value | ) |
|
|
inlineprotectedvirtualinherited |
◆ set_reason()
virtual void idol::Algorithm::set_reason |
( |
SolutionReason |
t_reason | ) |
|
|
inlineprotectedvirtualinherited |
◆ set_status()
virtual void idol::Algorithm::set_status |
( |
SolutionStatus |
t_status | ) |
|
|
inlineprotectedvirtualinherited |