Content deleted Content added
modified the definition to show that only non-negative submodular functions are subadditive. |
typos: montone -> monotone |
||
Line 17:
:Examples of Monotone Submodular function
# Linear functions
#: Any function of the form <math>f(S)=\sum_{i\in S}w_i</math> is called a linear function. Additionally if <math>\forall i,w_i\geq 0</math> then f is
# Budget-additive functions
#: Any function of the form <math>f(S)=\min(B,\sum_{i\in S}w_i)</math> for each <math>w_i\geq 0</math> and <math>B\geq 0</math> is called budget additive.
Line 66:
# Maximization of submodular functions.
#:Unlike minimization, maximization of submodular functions is typically [[NP-hard]]. A host of problems such as [[max cut]], [[maximum coverage problem]] can be cast as special cases of this problem under suitable constraints. Typically the approximation algorithms for these problems are based on either greedy or local search type of algorithms.
## Maximizing a Symmetric Non-
## Maximizing a
==See also==
|