minimize -package:set-cover

Minimization without derivatives
Minimize a named metric NB. For a version which generalizes over the underlying monad, see minimize
Minimize this metric
Adds actions for minimizing and maximizing windows This module should be used with XMonad.Layout.Minimize. Add minimize to your layout modifiers as described in XMonad.Layout.Minimize and use actions from this module Possible keybindings:
, ((modm,               xK_m     ), withFocused minimizeWindow)
, ((modm .|. shiftMask, xK_m     ), withLastMinimized maximizeWindowAndFocus)
Handles window manager hints to minimize and restore windows. Use this with XMonad.Layout.Minimize.
Minimize window (see XMonad.Actions.Minimize)
Makes it possible to minimize windows, temporarily removing them from the layout until they are restored.
Stores some common utilities for modules used for window minimizing/maximizing
Deprecated: use minimizeD ConjugateFR eps maxit step tol f g xi
Minimization with derivatives.
Deprecated: use minimize NMSimplex2 eps maxit sizes f xi
Minimization without derivatives (vector version)
Minimization with derivatives (vector version)
Deprecated: use minimizeD VectorBFGS2 eps maxit step tol f g xi
Minimize a window
Widget for Minimize command