Linear-fractional programming: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Removed parameters. | Use this bot. Report bugs. | Suggested by Abductive | via #UCB_webform 150/996
Relation to linear programming: removed backslashes
Line 2:
 
==Relation to linear programming==
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.
 
==Definition==