Tags:
view all tags
%BEGINLATEXPREAMBLE% \usepackage{amsmath} %ENDLATEXPREAMBLE% ---+ Linear Programming The simplest type of mathematical programme is a _linear programme_. For your mathematical programme to be a linear programme you need the following conditions to be true: 1. The decision variables must be real variables; 2. The objective constraint must be a linear expression; 3. The constraints must be linear expressions. Linear expressions are any expression of the form %BEGINLATEX% \begin{equation*} a_1 x_1 + a_2 x_2 + ... + a_n x_n \left\{ \begin{matrix} \leq \\ = \\ \geq \end{matrix} \right\} b \end{equation*} %ENDLATEX% where %$a_1, a_2, \ldots, a_n$% and %$b$% are known quantities and %$x_1, x_2, \ldots, x_n$% are variables. The general form of a linear programme is %BEGINLATEX% \[ \begin{array}{rr@{}l} \min & c^\top & x \\ \text{subject to} & A & x \left\{ \begin{matrix} \leq \\ = \\ \geq \end{matrix} \right\} b \end{array} \] %ENDLATEX% The process of solving a linear programme is called _linear programming_. Linear programming is done via the [[https://en.wikipedia.org/wiki/Simplex_algorithm#Revised_simplex_algorithm][Revised Simplex Method]] (also known as the Primal Simplex Method), the [[https://www.egwald.com/operationsresearch/lpdualsimplex.php][Dual Simplex Method]] or an [[https://en.wikipedia.org/wiki/Interior_point_method][interior point method]]. Some software packages, such as [[https://www.cplex.com][CPLEX]], allow you to specify which method you use, but we won't go into further detail here. ---++ Linear Programming Topics * [[BlendingModels][Blending or Mixing Models]] To see linear programming in action, check out some of the linear programming case studies: %SEARCH{search="LinearProgramming +\"Case Study:\"" type="keyword" casesensitive="on" nosearch="on" nosummary="on" excludetopic="%TOPIC%"}% -- Main.MichaelOSullivan - 16 Feb 2008
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r9
|
r7
<
r6
<
r5
<
r4
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r5 - 2008-02-21
-
MichaelOSullivan
Home
Site map
Forum web
Main web
NDSG web
ORUA web
OpsRes web
Sandbox web
TWiki web
OpsRes Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Edit
Attach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback