In mathematical optimization, linear-fractional programming (LFP) is a generalization of linear programming (LP). Whereas the objective function in a linear program is a linear function, the objective function in a linear-fractional program is a ratio of two linear functions. A linear program can be regarded as a special case of a linear-fractional program in which the denominator is the constant function 1. Formally, a linear-fractional program is defined as the problem of maximizing (or minimizing) a ratio of affine functions over a polyhedron,
where [math]\displaystyle{ \mathbf{x} \in \mathbb{R}^n }[/math] represents the vector of variables to be determined, [math]\displaystyle{ \mathbf{c}, \mathbf{d} \in \mathbb{R}^n }[/math] and [math]\displaystyle{ \mathbf{b} \in \mathbb{R}^m }[/math] are vectors of (known) coefficients, [math]\displaystyle{ A \in \mathbb{R}^{m \times n} }[/math] is a (known) matrix of coefficients and [math]\displaystyle{ \alpha, \beta \in \mathbb{R} }[/math] are constants. The constraints have to restrict the feasible region to [math]\displaystyle{ \{\mathbf{x} | \mathbf{d}^T\mathbf{x} + \beta \gt 0\} }[/math], i.e. the region on which the denominator is positive.[1][2] Alternatively, the denominator of the objective function has to be strictly negative in the entire feasible region.
Both linear programming and linear-fractional programming represent optimization problems using linear equations and linear inequalities, which for each problem-instance define a feasible set. Fractional linear programs have a richer set of objective functions. Informally, linear programming computes a policy delivering the best outcome, such as maximum profit or lowest cost. In contrast, a linear-fractional programming is used to achieve the highest ratio of outcome to cost, the ratio representing the highest efficiency. For example, in the context of LP we maximize the objective function profit = income − cost and might obtain maximum profit of $100 (= $1100 of income − $1000 of cost). Thus, in LP we have an efficiency of $100/$1000 = 0.1. Using LFP we might obtain an efficiency of $10/$50 = 0.2 with a profit of only $10, but only requiring $50 of investment.
Any linear-fractional program can be transformed into a linear program, assuming that the feasible region is non-empty and bounded, using the Charnes-Cooper transformation.[1] The main idea is to introduce a new non-negative variable [math]\displaystyle{ t }[/math] to the program which will be used to rescale the constants involved in the program ([math]\displaystyle{ \alpha, \beta, \mathbf{b} }[/math]). This allows us to require that the denominator of the objective function ([math]\displaystyle{ \mathbf{d}^T \mathbf{x} + \beta }[/math]) equals 1. (To understand the transformation, it is instructive to consider the simpler special case with [math]\displaystyle{ \alpha = \beta = 0 }[/math].)
Formally, the linear program obtained via the Charnes-Cooper transformation uses the transformed variables [math]\displaystyle{ \mathbf{y} \in \mathbb{R}^n }[/math] and [math]\displaystyle{ t \ge 0 }[/math]:
A solution [math]\displaystyle{ \mathbf{x} }[/math] to the original linear-fractional program can be translated to a solution of the transformed linear program via the equalities
Conversely, a solution for [math]\displaystyle{ \mathbf{y} }[/math] and [math]\displaystyle{ t }[/math] of the transformed linear program can be translated to a solution of the original linear-fractional program via
Let the dual variables associated with the constraints [math]\displaystyle{ A\mathbf{y} - \mathbf{b} t \leq \mathbf{0} }[/math] and [math]\displaystyle{ \mathbf{d}^T \mathbf{y} + \beta t - 1 = 0 }[/math] be denoted by [math]\displaystyle{ \mathbf{u} }[/math] and [math]\displaystyle{ \lambda }[/math], respectively. Then the dual of the LFP above is [3][4]
which is an LP and which coincides with the dual of the equivalent linear program resulting from the Charnes-Cooper transformation.
The objective function in a linear-fractional problem is both quasiconcave and quasiconvex (hence quasilinear) with a monotone property, pseudoconvexity, which is a stronger property than quasiconvexity. A linear-fractional objective function is both pseudoconvex and pseudoconcave, hence pseudolinear. Since an LFP can be transformed to an LP, it can be solved using any LP solution method, such as the simplex algorithm (of George B. Dantzig),[5][6][7][8] the criss-cross algorithm,[9] or interior-point methods.
Original source: https://en.wikipedia.org/wiki/Linear-fractional programming.
Read more |