使用者:Alexander Misel/沙盒

A pictorial representation of a simple linear program with two variables and six inequalities. The set of feasible solutions is depicted in yellow and forms a polygon, a 2-dimensional polytope. The optimum of the linear cost function is where the red line intersects the polygon. The red line is a level set of the cost function, and the arrow indicates the direction in which we are optimizing.
A closed feasible region of a problem with three variables is a convex polyhedron. The surfaces giving a fixed value of the objective function are planes (not shown). The linear programming problem is to find a point on the polyhedron that is on the plane with the highest possible value.

線性規劃(英語:Linear Programming,簡稱LP)是一種數學方法,通過線性方程或不等式描述問題的約束條件和目標,以實現最佳結果(例如利潤最大化或成本最小化)。作為最優化的一種特例,線性規劃在許多領域都有重要應用。

更嚴謹地說,線性規劃旨在優化一個線性目標函數,該函數需滿足一定的線性等式和不等式約束。其解的可行域是一個凸多面體,這一區域由若干線性不等式描述的有限半空間的交集定義。目標函數本質上是定義在這一凸多面體上的實值仿射函數。通過線性規劃算法,可以在多面體內找到目標函數的最大值或最小值(若解存在)。

線性規劃問題通常用標準形式表達為:

其中,是待求解的變量向量,是已知向量,是已知矩陣。需要最大化的被稱為目標函數,而約束條件定義了目標函數優化範圍內的凸多面體

線性規劃的應用覆蓋多個領域。它在數學研究中尤為常見,同時也在商業、經濟學以及某些工程問題中具有重要價值。線性規劃與特徵方程、馮·諾依曼的總體均衡模型及結構均衡模型緊密相關(詳見對偶線性規劃)。[1] [2] [3] 目前,運輸、能源、電信和製造業等行業廣泛使用線性規劃模型。通過這種方法,可以高效解決規劃、路由、日程安排、任務分配和設計等各類複雜問題,為實際應用提供精確的數學支持。

History

編輯
 
Leonid Kantorovich
 
John von Neumann

線性不等式組求解問題可追溯到傅立葉的時期,他於1827年發表了一種求解方法,[4] 這一方法後來被稱為傅立葉-莫茨金消元法英語Fourier–Motzkin elimination

20世紀30年代末期,蘇聯數學家康托羅維奇和美國經濟學家列昂惕夫各自獨立開展了線性規劃的應用研究。康托羅維奇致力於解決生產調度問題,列昂惕夫則專注於經濟領域的應用。然而,他們的開創性成果在相當長的時期內並未受到應有的重視。

二戰期間,線性規劃迎來了重大轉機。這一數學工具在應對戰時各種複雜挑戰時展現出獨特優勢,特別是在運輸物流、任務調度和資源分配等方面。考慮到成本和資源限制等現實約束條件,線性規劃在優化這些環節時發揮了不可替代的作用。

正是戰時的顯著成效讓線性規劃逐漸受到廣泛關注。二戰結束後,這一方法獲得了學界普遍認可,並在運籌學、經濟學等諸多領域奠定了基礎性地位。康托羅維奇和列昂惕夫在30年代末期提出的理論貢獻,最終成為線性規劃在決策優化領域廣泛應用的重要基石。[5]

康托羅維奇的研究成果起初在蘇聯並未得到重視。[6] 同一時期,美籍荷蘭經濟學家庫普曼斯開始用線性規劃方法處理經典經濟問題。兩位學者後來共同獲得了1975年諾貝爾經濟學獎[4] 1941年,希區柯克(Frank Lauren Hitchcock)將運輸問題也納入線性規劃框架,提出了一種與後來的單純形法極為相似的解法。[7] 可惜希區柯克於1957年去世,而諾貝爾獎是不能追授的。

1946年至1947年間,丹齊格獨立開發了通用線性規劃方法,用於解決美國空軍的規劃難題。[8] 1947年,他發明了單純形法,這是首個能夠高效解決大多數線性規劃問題的方法。[8] 當丹齊格與馮·諾伊曼會面討論單純形法時,後者敏銳地發現這一理論與其正在研究的博弈論問題本質上是等價的,由此提出了對偶理論。[8] 丹齊格在1948年1月5日完成的未發表報告《線性不等式定理》(A Theorem on Linear Inequalities)中對此作出了嚴格證明。[6] 他的研究成果於1951年正式發表,此後在戰後各行業的日常規劃中得到廣泛應用。

丹齊格最初研究的是一個70人對應70個崗位的最優分配問題。若要窮舉所有可能的排列組合來尋找最佳方案,所需的計算量是天文數字,甚至超過了可觀測宇宙中的粒子總數。然而,將這一問題轉化為線性規劃模型並使用單純形法,卻能在很短時間內求得最優解。這得益於線性規劃理論大幅降低了需要檢驗的可行解數量。

1979年,哈奇揚(Leonid Khachiyan)首次證明了線性規劃問題可在多項式時間內求解。[9] 而該領域更具突破性的理論與實踐進展出現在1984年,當時卡馬卡(Narendra Karmarkar)提出了求解線性規劃的新型內點法[10]

Linear programming is a widely used field of optimization for several reasons. Many practical problems in operations research can be expressed as linear programming problems.[6] Certain special cases of linear programming, such as network flow problems and multicommodity flow problems, are considered important enough to have much research on specialized algorithms. A number of algorithms for other types of optimization problems work by solving linear programming problems as sub-problems. Historically, ideas from linear programming have inspired many of the central concepts of optimization theory, such as duality, decomposition, and the importance of convexity and its generalizations. Likewise, linear programming was heavily used in the early formation of microeconomics, and it is currently utilized in company management, such as planning, production, transportation, and technology. Although the modern management issues are ever-changing, most companies would like to maximize profits and minimize costs with limited resources. Google also uses linear programming to stabilize YouTube videos.[11]

Standard form

編輯

Standard form is the usual and most intuitive form of describing a linear programming problem. It consists of the following three parts:

  • A linear (or affine) function to be maximized
e.g.  
  • Problem constraints of the following form
e.g.
 
  • Non-negative variables
e.g.
 

The problem is usually expressed in matrix form, and then becomes:

 

Other forms, such as minimization problems, problems with constraints on alternative forms, and problems involving negative variables can always be rewritten into an equivalent problem in standard form.

Example

編輯
 
Graphical solution to the farmer example – after shading regions violating the conditions, the vertex of the unshaded region with the dashed line farthest from the origin gives the optimal combination (its lying on the land and pesticide lines implies that revenue is limited by land and pesticide, not fertilizer)

Suppose that a farmer has a piece of farm land, say L hectares, to be planted with either wheat or barley or some combination of the two. The farmer has F kilograms of fertilizer and P kilograms of pesticide. Every hectare of wheat requires F1 kilograms of fertilizer and P1 kilograms of pesticide, while every hectare of barley requires F2 kilograms of fertilizer and P2 kilograms of pesticide. Let S1 be the selling price of wheat and S2 be the selling price of barley, per hectare. If we denote the area of land planted with wheat and barley by x1 and x2 respectively, then profit can be maximized by choosing optimal values for x1 and x2. This problem can be expressed with the following linear programming problem in the standard form:

Maximize:   (maximize the revenue (the total wheat sales plus the total barley sales) – revenue is the "objective function")
Subject to:   (limit on total area)
  (limit on fertilizer)
  (limit on pesticide)
  (cannot plant a negative area).

In matrix form this becomes:

maximize  
subject to  

Augmented form (slack form)

編輯

Linear programming problems can be converted into an augmented form in order to apply the common form of the simplex algorithm. This form introduces non-negative slack variables to replace inequalities with equalities in the constraints. The problems can then be written in the following block matrix form:

Maximize  :
 
 

where   are the newly introduced slack variables,   are the decision variables, and   is the variable to be maximized.

Example

編輯

The example above is converted into the following augmented form:

Maximize:   (objective function)
subject to:   (augmented constraint)
  (augmented constraint)
  (augmented constraint)
 

where   are (non-negative) slack variables, representing in this example the unused area, the amount of unused fertilizer, and the amount of unused pesticide.

In matrix form this becomes:

Maximize  :
 

Duality

編輯

Every linear programming problem, referred to as a primal problem, can be converted into a dual problem, which provides an upper bound to the optimal value of the primal problem. In matrix form, we can express the primal problem as:

Maximize cTx subject to Axb, x ≥ 0;
with the corresponding symmetric dual problem,
Minimize bTy subject to ATyc, y ≥ 0.

An alternative primal formulation is:

Maximize cTx subject to Axb;
with the corresponding asymmetric dual problem,
Minimize bTy subject to ATy = c, y ≥ 0.

There are two ideas fundamental to duality theory. One is the fact that (for the symmetric dual) the dual of a dual linear program is the original primal linear program. Additionally, every feasible solution for a linear program gives a bound on the optimal value of the objective function of its dual. The weak duality theorem states that the objective function value of the dual at any feasible solution is always greater than or equal to the objective function value of the primal at any feasible solution. The strong duality theorem states that if the primal has an optimal solution, x*, then the dual also has an optimal solution, y*, and cTx*=bTy*.

A linear program can also be unbounded or infeasible. Duality theory tells us that if the primal is unbounded then the dual is infeasible by the weak duality theorem. Likewise, if the dual is unbounded, then the primal must be infeasible. However, it is possible for both the dual and the primal to be infeasible. See dual linear program for details and several more examples.

Variations

編輯

Covering/packing dualities

編輯

Template:Covering/packing-problem pairs

A covering LP is a linear program of the form:

Minimize: bTy,
subject to: ATyc, y ≥ 0,

such that the matrix A and the vectors b and c are non-negative.

The dual of a covering LP is a packing LP, a linear program of the form:

Maximize: cTx,
subject to: Axb, x ≥ 0,

such that the matrix A and the vectors b and c are non-negative.

Examples

編輯

Covering and packing LPs commonly arise as a linear programming relaxation of a combinatorial problem and are important in the study of approximation algorithms.[12] For example, the LP relaxations of the set packing problem, the independent set problem, and the matching problem are packing LPs. The LP relaxations of the set cover problem, the vertex cover problem, and the dominating set problem are also covering LPs.

Finding a fractional coloring of a graph is another example of a covering LP. In this case, there is one constraint for each vertex of the graph and one variable for each independent set of the graph.

Complementary slackness

編輯

It is possible to obtain an optimal solution to the dual when only an optimal solution to the primal is known using the complementary slackness theorem. The theorem states:

Suppose that x = (x1x2, ... , xn) is primal feasible and that y = (y1y2, ... , ym) is dual feasible. Let (w1w2, ..., wm) denote the corresponding primal slack variables, and let (z1z2, ... , zn) denote the corresponding dual slack variables. Then x and y are optimal for their respective problems if and only if

  • xj zj = 0, for j = 1, 2, ... , n, and
  • wi yi = 0, for i = 1, 2, ... , m.

So if the i-th slack variable of the primal is not zero, then the i-th variable of the dual is equal to zero. Likewise, if the j-th slack variable of the dual is not zero, then the j-th variable of the primal is equal to zero.

This necessary condition for optimality conveys a fairly simple economic principle. In standard form (when maximizing), if there is slack in a constrained primal resource (i.e., there are "leftovers"), then additional quantities of that resource must have no value. Likewise, if there is slack in the dual (shadow) price non-negativity constraint requirement, i.e., the price is not zero, then there must be scarce supplies (no "leftovers").

Theory

編輯

Existence of optimal solutions

編輯

Geometrically, the linear constraints define the feasible region, which is a convex polytope. A linear function is a convex function, which implies that every local minimum is a global minimum; similarly, a linear function is a concave function, which implies that every local maximum is a global maximum.

An optimal solution need not exist, for two reasons. First, if the constraints are inconsistent, then no feasible solution exists: For instance, the constraints x ≥ 2 and x ≤ 1 cannot be satisfied jointly; in this case, we say that the LP is infeasible. Second, when the polytope is unbounded in the direction of the gradient of the objective function (where the gradient of the objective function is the vector of the coefficients of the objective function), then no optimal value is attained because it is always possible to do better than any finite value of the objective function.

Optimal vertices (and rays) of polyhedra

編輯

Otherwise, if a feasible solution exists and if the constraint set is bounded, then the optimum value is always attained on the boundary of the constraint set, by the maximum principle for convex functions (alternatively, by the minimum principle for concave functions) since linear functions are both convex and concave. However, some problems have distinct optimal solutions; for example, the problem of finding a feasible solution to a system of linear inequalities is a linear programming problem in which the objective function is the zero function (i.e., the constant function taking the value zero everywhere). For this feasibility problem with the zero-function for its objective-function, if there are two distinct solutions, then every convex combination of the solutions is a solution.

The vertices of the polytope are also called basic feasible solutions. The reason for this choice of name is as follows. Let d denote the number of variables. Then the fundamental theorem of linear inequalities implies (for feasible problems) that for every vertex x* of the LP feasible region, there exists a set of d (or fewer) inequality constraints from the LP such that, when we treat those d constraints as equalities, the unique solution is x*. Thereby we can study these vertices by means of looking at certain subsets of the set of all constraints (a discrete set), rather than the continuum of LP solutions. This principle underlies the simplex algorithm for solving linear programs.

Algorithms

編輯
 
In a linear programming problem, a series of linear constraints produces a convex feasible region of possible values for those variables. In the two-variable case this region is in the shape of a convex simple polygon.

Basis exchange algorithms

編輯

Simplex algorithm of Dantzig

編輯

The simplex algorithm, developed by George Dantzig in 1947, solves LP problems by constructing a feasible solution at a vertex of the polytope and then walking along a path on the edges of the polytope to vertices with non-decreasing values of the objective function until an optimum is reached for sure. In many practical problems, "stalling" occurs: many pivots are made with no increase in the objective function.[13][14] In rare practical problems, the usual versions of the simplex algorithm may actually "cycle".[14] To avoid cycles, researchers developed new pivoting rules.[15]

In practice, the simplex algorithm is quite efficient and can be guaranteed to find the global optimum if certain precautions against cycling are taken. The simplex algorithm has been proved to solve "random" problems efficiently, i.e. in a cubic number of steps,[16] which is similar to its behavior on practical problems.[13][17]

However, the simplex algorithm has poor worst-case behavior: Klee and Minty constructed a family of linear programming problems for which the simplex method takes a number of steps exponential in the problem size.[13][18][19] In fact, for some time it was not known whether the linear programming problem was solvable in polynomial time, i.e. of complexity class P.

Criss-cross algorithm

編輯

Like the simplex algorithm of Dantzig, the criss-cross algorithm is a basis-exchange algorithm that pivots between bases. However, the criss-cross algorithm need not maintain feasibility, but can pivot rather from a feasible basis to an infeasible basis. The criss-cross algorithm does not have polynomial time-complexity for linear programming. Both algorithms visit all 2D corners of a (perturbed) cube in dimension D, the Klee–Minty cube, in the worst case.[15][20]

Interior point

編輯

In contrast to the simplex algorithm, which finds an optimal solution by traversing the edges between vertices on a polyhedral set, interior-point methods move through the interior of the feasible region.

Ellipsoid algorithm, following Khachiyan

編輯

This is the first worst-case polynomial-time algorithm ever found for linear programming. To solve a problem which has n variables and can be encoded in L input bits, this algorithm runs in   time.[9] Leonid Khachiyan solved this long-standing complexity issue in 1979 with the introduction of the ellipsoid method. The convergence analysis has (real-number) predecessors, notably the iterative methods developed by Naum Z. Shor and the approximation algorithms by Arkadi Nemirovski and D. Yudin.

Projective algorithm of Karmarkar

編輯

Khachiyan's algorithm was of landmark importance for establishing the polynomial-time solvability of linear programs. The algorithm was not a computational break-through, as the simplex method is more efficient for all but specially constructed families of linear programs.

However, Khachiyan's algorithm inspired new lines of research in linear programming. In 1984, N. Karmarkar proposed a projective method for linear programming. Karmarkar's algorithm[10] improved on Khachiyan's[9] worst-case polynomial bound (giving  ). Karmarkar claimed that his algorithm was much faster in practical LP than the simplex method, a claim that created great interest in interior-point methods.[21] Since Karmarkar's discovery, many interior-point methods have been proposed and analyzed.

Vaidya's 87 algorithm

編輯

In 1987, Vaidya proposed an algorithm that runs in   time.[22]

Vaidya's 89 algorithm

編輯

In 1989, Vaidya developed an algorithm that runs in   time.[23] Formally speaking, the algorithm takes   arithmetic operations in the worst case, where   is the number of constraints,   is the number of variables, and   is the number of bits.

Input sparsity time algorithms

編輯

In 2015, Lee and Sidford showed that linear programming can be solved in   time,[24] where   denotes the soft O notation, and   represents the number of non-zero elements, and it remains taking   in the worst case.

Current matrix multiplication time algorithm

編輯

In 2019, Cohen, Lee and Song improved the running time to   time,   is the exponent of matrix multiplication and   is the dual exponent of matrix multiplication.[25]   is (roughly) defined to be the largest number such that one can multiply an   matrix by a   matrix in   time. In a followup work by Lee, Song and Zhang, they reproduce the same result via a different method.[26] These two algorithms remain   when   and  . The result due to Jiang, Song, Weinstein and Zhang improved   to  .[27]

Comparison of interior-point methods and simplex algorithms

編輯

The current opinion is that the efficiencies of good implementations of simplex-based methods and interior point methods are similar for routine applications of linear programming. However, for specific types of LP problems, it may be that one type of solver is better than another (sometimes much better), and that the structure of the solutions generated by interior point methods versus simplex-based methods are significantly different with the support set of active variables being typically smaller for the latter one.[28]

Open problems and recent work

編輯

There are several open problems in the theory of linear programming, the solution of which would represent fundamental breakthroughs in mathematics and potentially major advances in our ability to solve large-scale linear programs.

  • Does LP admit a strongly polynomial-time algorithm?
  • Does LP admit a strongly polynomial-time algorithm to find a strictly complementary solution?
  • Does LP admit a polynomial-time algorithm in the real number (unit cost) model of computation?

This closely related set of problems has been cited by Stephen Smale as among the 18 greatest unsolved problems of the 21st century. In Smale's words, the third version of the problem "is the main unsolved problem of linear programming theory." While algorithms exist to solve linear programming in weakly polynomial time, such as the ellipsoid methods and interior-point techniques, no algorithms have yet been found that allow strongly polynomial-time performance in the number of constraints and the number of variables. The development of such algorithms would be of great theoretical interest, and perhaps allow practical gains in solving large LPs as well.

Although the Hirsch conjecture was recently disproved for higher dimensions, it still leaves the following questions open.

  • Are there pivot rules which lead to polynomial-time simplex variants?
  • Do all polytopal graphs have polynomially bounded diameter?

These questions relate to the performance analysis and development of simplex-like methods. The immense efficiency of the simplex algorithm in practice despite its exponential-time theoretical performance hints that there may be variations of simplex that run in polynomial or even strongly polynomial time. It would be of great practical and theoretical significance to know whether any such variants exist, particularly as an approach to deciding if LP can be solved in strongly polynomial time.

The simplex algorithm and its variants fall in the family of edge-following algorithms, so named because they solve linear programming problems by moving from vertex to vertex along edges of a polytope. This means that their theoretical performance is limited by the maximum number of edges between any two vertices on the LP polytope. As a result, we are interested in knowing the maximum graph-theoretical diameter of polytopal graphs. It has been proved that all polytopes have subexponential diameter. The recent disproof of the Hirsch conjecture is the first step to prove whether any polytope has superpolynomial diameter. If any such polytopes exist, then no edge-following variant can run in polynomial time. Questions about polytope diameter are of independent mathematical interest.

Simplex pivot methods preserve primal (or dual) feasibility. On the other hand, criss-cross pivot methods do not preserve (primal or dual) feasibility – they may visit primal feasible, dual feasible or primal-and-dual infeasible bases in any order. Pivot methods of this type have been studied since the 1970s.[29] Essentially, these methods attempt to find the shortest pivot path on the arrangement polytope under the linear programming problem. In contrast to polytopal graphs, graphs of arrangement polytopes are known to have small diameter, allowing the possibility of strongly polynomial-time criss-cross pivot algorithm without resolving questions about the diameter of general polytopes.[15]

Integer unknowns

編輯

If all of the unknown variables are required to be integers, then the problem is called an integer programming (IP) or integer linear programming (ILP) problem. In contrast to linear programming, which can be solved efficiently in the worst case, integer programming problems are in many practical situations (those with bounded variables) NP-hard. 0–1 integer programming or binary integer programming (BIP) is the special case of integer programming where variables are required to be 0 or 1 (rather than arbitrary integers). This problem is also classified as NP-hard, and in fact the decision version was one of Karp's 21 NP-complete problems.

If only some of the unknown variables are required to be integers, then the problem is called a mixed integer (linear) programming (MIP or MILP) problem. These are generally also NP-hard because they are even more general than ILP programs.

There are however some important subclasses of IP and MIP problems that are efficiently solvable, most notably problems where the constraint matrix is totally unimodular and the right-hand sides of the constraints are integers or – more general – where the system has the total dual integrality (TDI) property.

Advanced algorithms for solving integer linear programs include:

Such integer-programming algorithms are discussed by Padberg and in Beasley.

Integral linear programs

編輯

A linear program in real variables is said to be integral if it has at least one optimal solution which is integral, i.e., made of only integer values. Likewise, a polyhedron   is said to be integral if for all bounded feasible objective functions c, the linear program   has an optimum   with integer coordinates. As observed by Edmonds and Giles in 1977, one can equivalently say that the polyhedron   is integral if for every bounded feasible integral objective function c, the optimal value of the linear program   is an integer.

Integral linear programs are of central importance in the polyhedral aspect of combinatorial optimization since they provide an alternate characterization of a problem. Specifically, for any problem, the convex hull of the solutions is an integral polyhedron; if this polyhedron has a nice/compact description, then we can efficiently find the optimal feasible solution under any linear objective. Conversely, if we can prove that a linear programming relaxation is integral, then it is the desired description of the convex hull of feasible (integral) solutions.

Terminology is not consistent throughout the literature, so one should be careful to distinguish the following two concepts,

  • in an integer linear program, described in the previous section, variables are forcibly constrained to be integers, and this problem is NP-hard in general,
  • in an integral linear program, described in this section, variables are not constrained to be integers but rather one has proven somehow that the continuous problem always has an integral optimal value (assuming c is integral), and this optimal value may be found efficiently since all polynomial-size linear programs can be solved in polynomial time.

One common way of proving that a polyhedron is integral is to show that it is totally unimodular. There are other general methods including the integer decomposition property and total dual integrality. Other specific well-known integral LPs include the matching polytope, lattice polyhedra, submodular flow polyhedra, and the intersection of two generalized polymatroids/g-polymatroids – e.g. see Schrijver 2003.

Solvers and scripting (programming) languages

編輯

Permissive licenses:

Name License Brief info
Gekko MIT License Open-source library for solving large-scale LP, QP, QCQP, NLP, and MIP optimization
GLOP Apache v2 Google's open-source linear programming solver
JuMP MPL License Open-source modeling language with solvers for large-scale LP, QP, QCQP, SDP, SOCP, NLP, and MIP optimization
Pyomo BSD An open-source modeling language for large-scale linear, mixed integer and nonlinear optimization
SCIP Apache v2 A general-purpose constraint integer programming solver with an emphasis on MIP. Compatible with Zimpl modelling language.
SuanShu Apache v2 An open-source suite of optimization algorithms to solve LP, QP, SOCP, SDP, SQP in Java

Copyleft (reciprocal) licenses:

Name License Brief info
ALGLIB GPL 2+ An LP solver from ALGLIB project (C++, C#, Python)
Cassowary constraint solver LGPL An incremental constraint solving toolkit that efficiently solves systems of linear equalities and inequalities
CLP CPL An LP solver from COIN-OR
glpk GPL GNU Linear Programming Kit, an LP/MILP solver with a native C API and numerous (15) third-party wrappers for other languages. Specialist support for flow networks. Bundles the AMPL-like GNU MathProg modelling language and translator.
lp solve LGPL v2.1 An LP and MIP solver featuring support for the MPS format and its own "lp" format, as well as custom formats through its "eXternal Language Interface" (XLI).[30][31] Translating between model formats is also possible.[32]
Qoca GPL A library for incrementally solving systems of linear equations with various goal functions
R-Project GPL A programming language and software environment for statistical computing and graphics

MINTO (Mixed Integer Optimizer, an integer programming solver which uses branch and bound algorithm) has publicly available source code[33] but is not open source.

Proprietary licenses:

Name Brief info
AIMMS A modeling language that allows to model linear, mixed integer, and nonlinear optimization models. It also offers a tool for constraint programming. Algorithm, in the forms of heuristics or exact methods, such as Branch-and-Cut or Column Generation, can also be implemented. The tool calls an appropriate solver such as CPLEX or similar, to solve the optimization problem at hand. Academic licenses are free of charge.
ALGLIB A commercial edition of the copyleft licensed library. C++, C#, Python.
AMPL A popular modeling language for large-scale linear, mixed integer and nonlinear optimisation with a free student limited version available (500 variables and 500 constraints).
Analytica A general modeling language and interactive development environment. Its influence diagrams enable users to formulate problems as graphs with nodes for decision variables, objectives, and constraints. Analytica Optimizer Edition includes linear, mixed integer, and nonlinear solvers and selects the solver to match the problem. It also accepts other engines as plug-ins, including XPRESS, Gurobi, Artelys Knitro, and MOSEK.
APMonitor API to MATLAB and Python. Solve example Linear Programming (LP) problems through MATLAB, Python, or a web-interface.
CPLEX Popular solver with an API for several programming languages, and also has a modelling language and works with AIMMS, AMPL, GAMS, MPL, OpenOpt, OPL Development Studio, and TOMLAB. Free for academic use.
Excel Solver Function A nonlinear solver adjusted to spreadsheets in which function evaluations are based on the recalculating cells. Basic version available as a standard add-on for Excel.
FortMP
GAMS
Gurobi Optimizer
IMSL Numerical Libraries Collections of math and statistical algorithms available in C/C++, Fortran, Java and C#/.NET. Optimization routines in the IMSL Libraries include unconstrained, linearly and nonlinearly constrained minimizations, and linear programming algorithms.
LINDO Solver with an API for large scale optimization of linear, integer, quadratic, conic and general nonlinear programs with stochastic programming extensions. It offers a global optimization procedure for finding guaranteed globally optimal solution to general nonlinear programs with continuous and discrete variables. It also has a statistical sampling API to integrate Monte-Carlo simulations into an optimization framework. It has an algebraic modeling language (LINGO) and allows modeling within a spreadsheet (What'sBest).
Maple A general-purpose programming-language for symbolic and numerical computing.
MATLAB A general-purpose and matrix-oriented programming-language for numerical computing. Linear programming in MATLAB requires the Optimization Toolbox in addition to the base MATLAB product; available routines include INTLINPROG and LINPROG
Mathcad A WYSIWYG math editor. It has functions for solving both linear and nonlinear optimization problems.
Mathematica A general-purpose programming-language for mathematics, including symbolic and numerical capabilities.
MOSEK A solver for large scale optimization with API for several languages (C++, java, .net, Matlab and python).
NAG Numerical Library A collection of mathematical and statistical routines developed by the Numerical Algorithms Group for multiple programming languages (C, C++, Fortran, Visual Basic, Java and C#) and packages (MATLAB, Excel, R, LabVIEW). The Optimization chapter of the NAG Library includes routines for linear programming problems with both sparse and non-sparse linear constraint matrices, together with routines for the optimization of quadratic, nonlinear, sums of squares of linear or nonlinear functions with nonlinear, bounded or no constraints. The NAG Library has routines for both local and global optimization, and for continuous or integer problems.
OptimJ A Java-based modeling language for optimization with a free version available.[34][35]
SAS/OR A suite of solvers for Linear, Integer, Nonlinear, Derivative-Free, Network, Combinatorial and Constraint Optimization; the Algebraic modeling language OPTMODEL; and a variety of vertical solutions aimed at specific problems/markets, all of which are fully integrated with the SAS System.
XPRESS Solver for large-scale linear programs, quadratic programs, general nonlinear and mixed-integer programs. Has API for several programming languages, also has a modelling language Mosel and works with AMPL, GAMS. Free for academic use.
VisSim A visual block diagram language for simulation of dynamical systems.

See also

編輯
  1. ^ von Neumann, J. A Model of General Economic Equilibrium. The Review of Economic Studies. 1945, 13: 1–9. 
  2. ^ Kemeny, J. G.; Morgenstern, O.; Thompson, G. L. A Generalization of the von Neumann Model of an Expanding Economy. Econometrica. 1956, 24: 115–135. 
  3. ^ Li, Wu. General Equilibrium and Structural Dynamics: Perspectives of New Structural Economics. Beijing: Economic Science Press. 2019: 122 – 125. ISBN 978-7-5218-0422-5 (中文). 
  4. ^ 4.0 4.1 Gerard Sierksma; Yori Zwols. Linear and Integer Optimization: Theory and Practice 3rd. CRC Press. 2015: 1. ISBN 978-1498710169. 
  5. ^ Linear programming | Definition & Facts | Britannica. www.britannica.com. [2023-11-20] (英語). 
  6. ^ 6.0 6.1 6.2 George B. Dantzig. Reminiscences about the origins of linear programming (PDF). Operations Research Letters. April 1982, 1 (2): 43–48. doi:10.1016/0167-6377(82)90043-8. (原始內容存檔 (PDF)於May 20, 2015). 
  7. ^ Alexander Schrijver. Theory of Linear and Integer Programming. John Wiley & Sons. 1998: 221–222. ISBN 978-0-471-98232-6. 
  8. ^ 8.0 8.1 8.2 Dantzig, George B.; Thapa, Mukund Narain. Linear programming. New York: Springer. 1997: xxvii. ISBN 0387948333. OCLC 35318475. 
  9. ^ 9.0 9.1 9.2 Leonid Khachiyan. A Polynomial Algorithm for Linear Programming. Doklady Akademii Nauk SSSR. 1979, 224 (5): 1093–1096. 
  10. ^ 10.0 10.1 Narendra Karmarkar. A New Polynomial-Time Algorithm for Linear Programming. Combinatorica. 1984, 4 (4): 373–395. S2CID 7257867. doi:10.1007/BF02579150. 
  11. ^ M. Grundmann; V. Kwatra; I. Essa. Auto-directed video stabilization with robust L1 optimal camera paths. CVPR 2011 (PDF). 2011: 225–232. ISBN 978-1-4577-0394-2. S2CID 17707171. doi:10.1109/CVPR.2011.5995525 (English). 
  12. ^ Vazirani (2001,第112頁)
  13. ^ 13.0 13.1 13.2 Dantzig & Thapa (2003)
  14. ^ 14.0 14.1 Padberg (1999)
  15. ^ 15.0 15.1 15.2 Fukuda, Komei; Terlaky, Tamás. Thomas M. Liebling; Dominique de Werra , 編. Criss-cross methods: A fresh view on pivot algorithms. Mathematical Programming, Series B. 1997, 79 (1–3): 369–395. CiteSeerX 10.1.1.36.9373 . MR 1464775. S2CID 2794181. doi:10.1007/BF02614325. 
  16. ^ Borgwardt (1987)
  17. ^ Todd (2002)
  18. ^ Murty (1983)
  19. ^ Papadimitriou & Steiglitz
  20. ^ Roos, C. An exponential example for Terlaky's pivoting rule for the criss-cross simplex method. Mathematical Programming. Series A. 1990, 46 (1): 79–84. MR 1045573. S2CID 33463483. doi:10.1007/BF01585729. 
  21. ^ Strang, Gilbert. Karmarkar's algorithm and its place in applied mathematics. The Mathematical Intelligencer. 1 June 1987, 9 (2): 4–10. ISSN 0343-6993. MR 0883185. S2CID 123541868. doi:10.1007/BF03025891. 
  22. ^ Vaidya, Pravin M. An algorithm for linear programming which requires   arithmetic operations. 28th Annual IEEE Symposium on Foundations of Computer Science. FOCS. 1987. 
  23. ^ Vaidya, Pravin M. 30th Annual Symposium on Foundations of Computer Science. 30th Annual Symposium on Foundations of Computer Science. FOCS: 332–337. 1989. ISBN 0-8186-1982-1. doi:10.1109/SFCS.1989.63499.  |chapter=被忽略 (幫助)
  24. ^ Lee, Yin-Tat; Sidford, Aaron. Efficient inverse maintenance and faster algorithms for linear programming. FOCS '15 Foundations of Computer Science. 2015. arXiv:1503.01752 . 
  25. ^ Cohen, Michael B.; Lee, Yin-Tat; Song, Zhao. Solving Linear Programs in the Current Matrix Multiplication Time. 51st Annual ACM Symposium on the Theory of Computing. STOC'19. 2018. arXiv:1810.07896 . 
  26. ^ Lee, Yin-Tat; Song, Zhao; Zhang, Qiuyi. Solving Empirical Risk Minimization in the Current Matrix Multiplication Time. Conference on Learning Theory. COLT'19. 2019. arXiv:1905.04447 . 
  27. ^ Jiang, Shunhua; Song, Zhao; Weinstein, Omri; Zhang, Hengjie. Faster Dynamic Matrix Inverse for Faster LPs. 2020. arXiv:2004.07470 . 
  28. ^ Illés, Tibor; Terlaky, Tamás. Pivot versus interior point methods: Pros and cons. European Journal of Operational Research. 2002, 140 (2): 170. CiteSeerX 10.1.1.646.3539 . doi:10.1016/S0377-2217(02)00061-9. 
  29. ^ Anstreicher, Kurt M.; Terlaky, Tamás. A Monotonic Build-Up Simplex Algorithm for Linear Programming. Operations Research. 1994, 42 (3): 556–561. ISSN 0030-364X. JSTOR 171894. doi:10.1287/opre.42.3.556 . 
  30. ^ lp_solve reference guide (5.5.2.5). mit.edu. [2023-08-10]. 
  31. ^ External Language Interfaces. [3 December 2021]. 
  32. ^ lp_solve command. [3 December 2021]. 
  33. ^ COR@L – Computational Optimization Research At Lehigh. lehigh.edu. 
  34. ^ http://www.in-ter-trans.eu/resources/Zesch_Hellingrath_2010_Integrated+Production-Distribution+Planning.pdf OptimJ used in an optimization model for mixed-model assembly lines, University of Münster
  35. ^ http://www.aaai.org/ocs/index.php/AAAI/AAAI10/paper/viewFile/1769/2076 網際網路檔案館存檔,存檔日期2011-06-29. OptimJ used in an Approximate Subgame-Perfect Equilibrium Computation Technique for Repeated Games

References

編輯

Further reading

編輯
  • Dmitris Alevras and Manfred W. Padberg, Linear Optimization and Extensions: Problems and Solutions, Universitext, Springer-Verlag, 2001. (Problems from Padberg with solutions.)
  • de Berg, Mark; van Kreveld, Marc; Overmars, Mark; Schwarzkopf, Otfried. Computational Geometry  2nd revised. Springer-Verlag. 2000. ISBN 978-3-540-65620-3.  Chapter 4: Linear Programming: pp. 63–94. Describes a randomized half-plane intersection algorithm for linear programming.
  • Michael R. Garey and David S. Johnson. Computers and Intractability: A Guide to the Theory of NP-Completeness. W.H. Freeman. 1979. ISBN 978-0-7167-1045-5.  A6: MP1: INTEGER PROGRAMMING, pg.245. (computer science, complexity theory)
  • Template:Cite Gartner Matousek 2006 (elementary introduction for mathematicians and computer scientists)
  • Cornelis Roos, Tamás Terlaky, Jean-Philippe Vial, Interior Point Methods for Linear Optimization, Second Edition, Springer-Verlag, 2006. (Graduate level)
  • Alexander Schrijver. Combinatorial optimization: polyhedra and efficiency. Springer. 2003. 
  • Alexander Schrijver, Theory of Linear and Integer Programming. John Wiley & sons, 1998, ISBN 0-471-98232-6 (mathematical)
  • Gerard Sierksma; Yori Zwols. Linear and Integer Optimization: Theory and Practice. CRC Press. 2015. ISBN 978-1-498-71016-9. 
  • Gerard Sierksma; Diptesh Ghosh. Networks in Action; Text and Computer Exercises in Network Optimization. Springer. 2010. ISBN 978-1-4419-5512-8.  (linear optimization modeling)
  • H. P. Williams, Model Building in Mathematical Programming, Fifth Edition, 2013. (Modeling)
  • Stephen J. Wright, 1997, Primal-Dual Interior-Point Methods, SIAM. (Graduate level)
  • Yinyu Ye, 1997, Interior Point Algorithms: Theory and Analysis, Wiley. (Advanced graduate-level)
  • Ziegler, Günter M., Chapters 1–3 and 6–7 in Lectures on Polytopes, Springer-Verlag, New York, 1994. (Geometry)
編輯

Template:Optimization algorithms Template:Mathematical programming