lineaariohjelmoinnissa
Lineaariohjelmointi, also known as linear programming, is a mathematical optimization technique which seeks to maximize or minimize a linear objective function subject to a set of linear equality and inequality constraints. The standard form of a linear program is: maximize or minimize cᵀx subject to Ax ≤ b and x ≥ 0, where c and x are vectors, A is a matrix and b is a vector of constants. The solutions of linear programs lie at extreme points, or vertices, of the feasible region defined by the constraints.
The method was first formalized in the 1940s by Hungarian mathematician George Dantzig, who developed the simplex
Linear programming is widely used in operations research, economics, engineering, and management science. Typical applications include
Several software packages support linear programming, including open‑source solvers like GLPK and COIN‑OR CBC, and commercial
Overall, lineaariohjelmointi provides a powerful, well‑established framework for decision making under linear constraints, and remains a