decogo.pyomo_input_model.nlp_master_problem
This modules implements NLP master problem
Classes
|
A class for defining the NLP master problem. |
- class decogo.pyomo_input_model.nlp_master_problem.NlpProblem(sub_models, cuts)[source]
A class for defining the NLP master problem. Used for obtaining solution with fixed or relaxed integer variables.
\[\begin{equation} \begin{split} \min \ &c^Tx,\newline &x \in P \cap G \end{split} \end{equation}\]- Parameters
sub_models (list) – List of sub-models
cuts (CutPool) – Container which stores all linear constraints (global and local) and objective function