submodularekonvekse
Submodularekonvekse is a concept used in discrete optimization and convex analysis to describe set functions whose structure combines submodularity with a convex continuous extension. In this context, we consider a function f: 2^N -> R defined on the power set of a finite ground set N. Submodularity means that f exhibits diminishing returns: for all A subset of B subset of N and s not in B, f(A ∪ {s}) − f(A) ≥ f(B ∪ {s}) − f(B). Equivalently, f(A) + f(B) ≥ f(A ∪ B) + f(A ∩ B).
A central tool is the Lovász extension hat f: [0,1]^N -> R, obtained by a linear interpolation based
This connection has practical implications: submodular minimization can be solved in polynomial time, and for monotone
Common examples of submodular functions include graph cut functions, entropy, and set cover/coverage functions. In summary,