decogo.pyomo_problem.nlp_master_problem

THis module implements NLP master problem

Classes

NlpProblem(block_model)

A class for defining the NLP master problem.

class decogo.pyomo_problem.nlp_master_problem.NlpProblem(block_model)[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

block_model (PyomoBlockModel) – Block model

__init__(block_model)[source]

Constructor method