OMLT Block ----------- .. automodule:: omlt.block .. autoclass:: omlt.block.OmltBlock :members: :no-undoc-members: :show-inheritance: .. note:: `OmltBlock` is the name used to declare the custom Pyomo block which is exposed to the user. The block functionality is given by `OmltBlockData` which inherits from Pyomo `BlockData`. .. autoclass:: omlt.block.OmltBlockData :members: :private-members: :show-inheritance: