|
idol
A C++ Framework for Optimization
|

Classes | |
| struct | RhsFixation |
| struct | RowFixation |
Public Member Functions | |
| SubProblem (Env &t_env) | |
Public Attributes | |
| Model | model |
| std::list< Var > | l1_epigraph_vars |
| std::list< RhsFixation > | rhs_fixations |
| std::list< RowFixation > | row_fixations |
| QuadExpr< Var, QuadExpr< Var > > | obj_fixation |
Definition at line 29 of file Formulation.h.
| std::list<Var> idol::ADM::Formulation::SubProblem::l1_epigraph_vars |
Definition at line 48 of file Formulation.h.
| Model idol::ADM::Formulation::SubProblem::model |
Definition at line 47 of file Formulation.h.
Definition at line 51 of file Formulation.h.
| std::list<RhsFixation> idol::ADM::Formulation::SubProblem::rhs_fixations |
Definition at line 49 of file Formulation.h.
| std::list<RowFixation> idol::ADM::Formulation::SubProblem::row_fixations |
Definition at line 50 of file Formulation.h.