Mixed-integer Programming Backend ================================= The :mod:`ocean.mip` module is the Gurobi-backed formulation. Most users start from :class:`ocean.mip.Explainer`, while :class:`ocean.mip.Model` and the variable classes are useful when you want to inspect or extend the lower-level formulation directly. .. automodule:: ocean.mip :members: :undoc-members: :imported-members: :member-order: bysource