larch.numba.Model.availability_co_vars

larch.numba.Model.availability_co_vars

Model.availability_co_vars

A mapping giving idco expressions that evaluate to availability indicators.

Each key represents an alternative code number, and the associated expression gives the name of an idco variable or some function of idco variables that indicates whether that alternative is available.

Type

Dict[int,str]