Add Gar1962.ProdVars

This commit is contained in:
2021-06-02 21:13:34 -05:00
parent 063b602d1a
commit a7f9e84c31
12 changed files with 115 additions and 59 deletions

View File

@@ -14,8 +14,10 @@ Formulation described in:
module Gar1962
import ..PiecewiseLinearCostsFormulation
import ..ProductionVarsFormulation
import ..StatusVarsFormulation
struct ProdVars <: ProductionVarsFormulation end
struct PwlCosts <: PiecewiseLinearCostsFormulation end
struct StatusVars <: StatusVarsFormulation end