Vous êtes sur la page 1sur 68

Chapter 2

Deterministic Optimization Models


in Operations Research
EXAMPLE 2.1:
Two Crude Petroleum
Two Crude Petroleum runs a small refinery on the
Texas coast. The refinery distills crude petroleum from
two sources, Saudi Arabia and Venezuela, into the three
main products: gasoline, jet fuel and lubricants.
The two crudes differ in chemical composition and
yield different product mixes. Each barrel of Saudi crude
yields 0.3 barrel of gasoline, 0.4 barrel of jet fuel, and 0.2
barrel of lubricants. Each barrel of Venezuelan crude
yields 0.4 barrel of gasoline, 0.2 barrel of jet fuel and 0.3
barrel of lubricants. The remaining 10% is lost to refining.
EXAMPLE 2.1:
Two Crude Petroleum
The crudes differ in cost and availability. Two Crude
can purchase up to 9000 barrels per day from Saudi
Arabia at $20 per barrel. Up to 6000 barrels per day of
Venezuelan petroleum are available at the lower cost of
$15 per barrel.
Two contracts require it to produce 2000 barrels per
day of gasoline,1500 barrels per day of jet fuel and 500
barrels per day of lubricants. How can these requirements
be fulfilled most efficiently?
EXAMPLE 2.1:
Two Crude Petroleum

Saudi Arabia Venezuela Requirements


(barrels / day)
Yields /barrel gasoline 0.3 barrel 0.4 barrel 2000
jet fuel 0.4 barrel 0.2 barrel 1500
lubricant 0.2 barrel 0.3 barrel 500
lost to refining 0.1 barrel 0.1 barrel
Availability barrels / day 9000 6000
Purchase cost per barrel $20 $15
2.1 Decision Variables, Constraints,
and Objective Functions
• Decision Variables: Variables in optimization models
represent the decisions to be taken. [2.1]
• Input parameters: fixed information
– Yields, Cost, Availability, Requirements
• Decision Variables:
x1  barrels of Saudi crude refined /day (in 1000s)
x2  barrels of Venezuelan crude refined /day (in
1000s) (2.1)
Constraints
• Variable-type Constraints specify the domain of
definition for decision variables: the set of values for
which the variables have meaning. [2.2]
Nonnegativity: x1 , x2  0 (2.2)
Constraints
• Main Constraints of optimization models specify the
restrictions and interactions, other than variable-type,
that limit decision variable values. [2.3]

0.3 x1 + 0.4 x2  2.0 (gasoline)


0.4 x1 + 0.2 x2  1.5 (jet fuel) (2.3)
0.2 x1 + 0.3 x2  0.5 (lubricants)

x1  9 (Saudi)
x2  6 (Venezuelan) (2.4)
Objective Functions
• Objective Functions in optimization models quantity the
decision consequences to be maximized or minimized.
[2.4]

min 20 x1 + 15 x2 (2.5)
Standard Model
The standard statement of an optimization model has the
form
max or min (objective function(s))
s.t. (main constraints)
(variable-type constraints) [2.5]
• min 20 x1 + 15 x2 (total cost)
s.t. 0.3 x1 + 0.4 x2  2.0 (gasoline)
0.4 x1 + 0.2 x2  1.5 (jet fuel) (2.6)
0.2 x1 + 0.3 x2  0.5 (lubricants)
x1 9 (Saudi)
x2 6 (Venezuelan)
x1 , x2  0 (nonnegativity)
2.2 Graphic Solution and
Optimization Outcomes
• Graphic solution solves 2 and 3-variable optimization
models by plotting elements of the model in a
coordinate system corresponding to the decision
variables.
• Feasible set (or region) of an optimization model is the
collection of choices for decision variables satisfying all
model constraints. [2.6]
• Graphic solution begins with a plot of the choices for
the decision variables that satisfy variable-type
constraints.
Feasible Set (Region)
Variable-type Constraints
x2
8
7
6
5
4
3
2
1

1 2 3 4 5 6 7 8 9 10 x1
Feasible Set (Region)
Main Constraints
• The set of points satisfying an equality constraint plots
as a line or curve. [2.8]
• The set of points satisfying an inequality constraint plots
as a boundary line or curve, where the constraint holds
with equality, together with all points on whichever side
of the boundary satisfy the constraint as an inequality.
[2.9]
Feasible Set (Region)
Main Constraints
x2
8
7
6
5
4
3
2
1

1 2 3 4 5 6 7 8 9 10 x1
Feasible Set (Region)
Main Constraints
• The feasible set (or region) for an optimization model is
plotted by introducing constraints one by one, keeping
track of the region satisfying all at the same time. [2.10]
Feasible Set (Region)
Variable-type Constraints
x2
8
7
6
x2  6
5
4 x1  9

3
2
1

1 2 3 4 5 6 7 8 9 10 x1
Objective Functions

c(x1, x2)  20x1+15x2 (2.8)

• Objective functions are normally plotted in the same


coordinate system as the feasible set of an optimization
model by introducing contours – lines or curves through
points having equal objective function value. [2.11]
Objective Functions
x2
8
20x1+15x2
7
6
5
4
3 120
90
2
60
1

1 2 3 4 5 6 7 8 9 10 x1
Optimal Solutions

• An optimal solution is a feasible choice for decision


variables with objective function value at least equal to
that of any other solution satisfying all constraints.
[2.12]
• Optimal solutions show graphically as points lying on the
best objective function contour that intersects the feasible
region. [2.13]
Optimal Solutions
x2
8
7
6
x2  6
5
4 x1  9

3
2
1

1 2 3 4 5 6 7 8 9 10 x1
Optimal Values

• An optimal value in an optimization model is the


objective function value of any optimal solutions. [2.14]
• An optimization model can have only one optimal value.
[2.15]
Unique versus Alternative
Optimal Solutions
• An optimization model may have a unique optimal
solution or several alternative optimal solutions. [2.16]
• Unique optimal solutions show graphically by the optimal-
value contour intersecting the feasible set at exactly one
point. If the optimal-value contour intersects at more than
one point, the model has alternative optimal solutions. [2.17]
Alternative Optimal Solutions
x2
8
20x1+10x2
7
6
x2  6
5
4 x1  9

3
2
1

1 2 3 4 5 6 7 8 9 10 x1
Infeasible Models

• An optimization model is infeasible if no choice of


decision variables satisfies all constraints. [2.18]
• An infeasible model shows graphically by no point falling
within the feasible region for all constraints. [2.19]
Infeasible Models
x2
8
7
6 x1  2

5
4
3
x2  2
2
1

1 2 3 4 5 6 7 8 9 10 x1
Unbounded Models

• An optimization model is unbounded when feasible


choices of the decision variables can produce arbitrarily
good objective function values. [2.20]
• Unbounded models show graphically by there being points
in the feasible set lying on ever-better objective function
contours. [2.21]
Unbounded Models
x2
8
-2x1+15x2
7
6
x2  6
5
4
3
2
1

1 2 3 4 5 6 7 8 9 10 x1
2.3 Large-scale Optimization
Models and Indexing
• Indexing or subscripts permit representing collections of
similar quantities with a single symbol.
EXAMPLE 2.2:
Pi Hybrids
Pi Hybrid, a large manufacturer of corn seed, operates
l=20 facilities producing seeds of m=25 hybrid corn
varieties and distributes them to customers in n=30 sales
regions. They want to know how to carry out these
production and distribution operations at minimum cost.
Parameters:
• Cost per bag of producing each hybrid at each facility
• Corn processing capacity of each facility in bushels
• Number of bushels of corn must be processed
• Demand (bags) of each hybrid in each region
• Cost of shipping (per bag) from facility to region
Indexing

• The first step in formulating a large optimization model


is to choose appropriate indexes for the different
dimensions of the problem. [2.22]
f  production facility number (f = 1, …, l)
h  hybrid variety number (h = 1,…, m)
r  sales region number (r = 1, …, n)
Indexing Decision Variables

• It is usually appropriate to use separate indexes for


each problem dimension over which a decision variable
or input parameter is defined. [2.23]
xf,h  number of bags of hybrid h produced at facility f
(f = 1, …, l; h = 1,…, m)
yf,h,r  number of bags of hybrid h shipped from facility f
to sales region r (f=1, …, l; h=1,…, m; r=1, …, n)
Indexing Input Parameters
• To describe large-scale optimization models, it is
usually necessary to assign indexed symbolic names to
most input parameters, even though they are being
treated as constant. [2.24]
pf,h  cost per bag of producing hybrid h at facility f
uf  corn processing capacity (in bushels) of facility f
ah  number of bushels of corn must ne processed for
a bag of hybrid h
dh,r  demand of hybrid h in sales region r
sf,h,r  cost per bag of of shipping hybrid h from facility f
to sales region r
Objective Function
• Total cost = total production cost + total shipping cost

𝑙 𝑚 𝑙 𝑚 𝑛

𝑚𝑖𝑛 ෍ ෍ 𝑝𝑓,ℎ 𝑥𝑓,ℎ + ෍ ෍ ෍ 𝑠𝑓,ℎ,𝑟 𝑦𝑓,ℎ,𝑟


𝑓=1 ℎ=1 𝑓=1 ℎ=1 𝑟=1
Indexing Families of Constraints
• Families of similar constraints distinguished by indexes
may be expressed in a single-line format
(constraint for fixed indexes) (ranges of indexes)
Which implies one constraint for each combination of
indexes in the ranges specified. [2.25]
𝑚

෍ 𝑎ℎ 𝑥𝑓,ℎ ≤ 𝑢𝑓 𝑓 = 1, … , 𝑙 ∀𝑓 (𝑓𝑜𝑟 𝑎𝑙𝑙 𝑓)


ℎ=1
Pi Hybrids Example Model
𝑙 𝑚 𝑙 𝑚 𝑛

𝑚𝑖𝑛 ෍ ෍ 𝑝𝑓,ℎ 𝑥𝑓,ℎ + ෍ ෍ ෍ 𝑠𝑓,ℎ,𝑟 𝑦𝑓,ℎ,𝑟 (2.10)


𝑓=1 ℎ=1 𝑓=1 ℎ=1 𝑟=1

s.t. σ𝑚
ℎ=1 𝑎ℎ 𝑥𝑓,ℎ ≤ 𝑢𝑓 𝑓 = 1, … , 𝑙
σ𝑙𝑓=1 𝑦𝑓,ℎ,𝑟 = 𝑑ℎ,𝑟 ℎ = 1, … , 𝑚; 𝑟 = 1, … , 𝑛
σ𝑛𝑟=1 𝑦𝑓,ℎ,𝑟 = 𝑥𝑓,ℎ 𝑓 = 1, … , 𝑙; ℎ = 1, … , 𝑚
𝑥𝑓,ℎ ≥ 0 𝑓 = 1, … , 𝑙; ℎ = 1, … , 𝑚
𝑦𝑓,ℎ,𝑟 ≥ 0 𝑓 = 1, … , 𝑙; ℎ = 1, … , 𝑚; 𝑟 = 1, … , 𝑛
How Models Become Large
• Optimization models become large mainly by relatively
small number of objective function and constraint
elements being repeated many times for different
periods, locations, products, and so on. [2.26]
2.4 Linear and Nonlinear
Programs
The general form of a mathematical program or (single
objective) optimization model is
min or max f(x1, …, xn)
subject to:

𝑔𝑖 (𝑥1 ,…, 𝑥𝑛 ) = 𝑏𝑖 𝑖 = 1, … , 𝑚

Where f, g1,…,gm are given functions of decision variables
x1,…,xn, and b1, …, bm are specified constant parameters.
[2.27]
Two Crude Petroleum
min 20 x1 + 15 x2 f(x1, x2)  20 x1 + 15 x2
s.t. g1(x1, x2)  0.3 x1 + 0.4 x2
0.3 x1 + 0.4 x2  2.0 g2(x1, x2)  0.4 x1 + 0.2 x2
0.4 x1 + 0.2 x2  1.5 g3(x1, x2)  0.2 x1 + 0.3 x2
0.2 x1 + 0.3 x2  0.5 g4(x1, x2)  x1
x1 9 g5(x1, x2)  x2
x2 6 g6(x1, x2)  x1
x1 , x2  0 g7(x1, x2)  x2 (2.11)

RHSs:
b1 = 2.0, b2 = 1.5, b3 = 0.5,
b4 = 9, b5 = 6, b6 = 0,
b7 = 0
Linear Functions

A function is linear if it is a constant-weighted sum of


decision variables. Otherwise, it is nonlinear. [2.28]
Linear and Nonlinear Programs
Defined
• An optimization model in functional form [2.27] is a linear
program (LP) if the (single) objective function f and all
constraint functions g1, …, gm are linear in the decision
variables. Also, decision variables should be able to
take on whole-number or fractional values. [2.29]
• An optimization model in functional form [2.27] is a
nonlinear program (NLP) if the (single) objective function
f or any of the constraint functions g1, …, gm is nonlinear
in the decision variables. Also, decision variables should
be able to take on whole-number or fractional values.
[2.30]
Example 2.3: E-mart
E-mart, a large European variety store, sells products in m=12
major merchandise groups, such as children’s wear, candy,
music, toys, and electric. Advertising is organized into n=15
campaign formats promoting specific merchandise groups
through a particular medium (catalog, press, or television). For
example, one variety of campaign advertises children’s wear in
catalogs, another promotes the same product line in
newspapers and magazines, while a third sells toys with
television. The profit margin (fraction) for each merchandise
group is known, and E-mart wishes to maximize the profit
gained from allocating its limited advertising budget across the
campaign alternatives.
Indexing, Parameters, and
Decision Variables for E-mart
• Indexing
g  merchandise group number (g = 1, …, m)
c  campaign type number (c = 1, …, n)
• Input parameters
pg  profit, as a fraction of sales, realized from
merchandise group g
b  available advertising budget
• Decision variables
xc  amount spent on campaign type c
Nonlinear Response
• When there is an option, linear constraint and objective
functions are preferred to nonlinear ones in optimization
models because each nonlinearity of an optimization model
usually reduces its tractability as compared to linear forms.
[2.31]
• Linear functions implicitly assume that each unit increase in
a decision variable has the same effect as the preceding
increase: equal returns to scale. [2.32]
(sales increase in group g due to campaign c) =
sg,clog (xc +1) (2.12)
where sg,c parameter relating advertising expenditure in
campaign c to sales growth in merchandise group g
E-mart Model
𝑚 𝑛

𝑚𝑎𝑥 ෍ 𝑝𝑔 ෍ 𝑠𝑔,𝑐 log(𝑥𝑐 + 1)


(2.13)
𝑔=1 𝑐=1

s.t. σ𝑛𝑐=1 𝑥𝑐 ≤ 𝑏
𝑥𝑐 ≥ 0 𝑐 = 1, … , 𝑛
2.5 Discrete or Integer Programs

• Discrete optimization models include decisions of a


logical character qualitatively different from those of
linear or nonlinear programs.
• Discrete optimization models are also called integer
programs, mixed-integer programs, and combinatorial
optimization problems.
Example 2.4:
Bethlehem Ingot Mold
Bethlehem Steel Corporation needs to choose ingot sizes and molds. In
their process for making steel products, molten output from main furnaces is
poured into large molds to produce rectangular blocks called ingots. After
the molds have been removed, the ingots are reheated and rolled into
product shapes such as l-beams and flat sheets.
Bethlehem’s mills using this process make approximately n = 130
different products. The dimensions of ingots directly affect efficiency. For
example. ingots of one dimension may be easiest to roll into l-beams, but
another produces sheet steel with less waste. Some ingot sizes cannot be
used at all in making certain products.
A careful examination of the best mold dimensions for different products
yielded m = 600 candidate designs. However, it is impractical to use more
than a few because of the cost of handling and storage. We wish to select at
most p = 6 and to minimize the waste associated with using them to produce
all n products.
Indexing and Parameters of the
Bethlehem Example
• Indexing
i  mold design number (i = 1, …, m)
j product number (j = 1, …, n)
• Input parameters
ci,j  amount of waste caused by using mold i on
product j
Ij  collection of indexes i corresponding to molds
that could be used for product j . If i ∈ Ij , mold
i is feasible for product j
Discrete versus Continuous
Decision Variables
• A variable is discrete if it is limited to a fixed or
countable set of values. Often, the choices are only 0
and 1. [2.33]
• Decision variables
1 if ingot mold i is selected
yi  ቊ
0

1 if ingot mold i is used for product j


xi,j  ቊ
0 if not
Discrete versus Continuous
Decision Variables
• A variable is continuous if it can take any value in a
specified interval. [2.34]
• When there is an option, such as when optimal variable
magnitudes are likely to be large enough that fractions
have no practical importance, modeling with continuous
variables is preferred to discrete because optimizations
over continuous variables are generally more tractable
than are ones over discrete variables. [2.35]
Constraints with
Discrete Variables
𝑚

෍ 𝑦𝑖 ≤ 𝑝
𝑖=1

෍ 𝑥𝑖,𝑗 = 1 𝑗 = 1, … , 𝑛
𝑖∈𝐼𝑗

𝑥𝑖,𝑗 ≤ 𝑦𝑖 𝑖 ∈ 𝐼𝑗 ; 𝑗 = 1, … , 𝑛
Bethlehem Ingot Mold Example
Model
𝑛

𝑚𝑖𝑛 ෍ ෍ 𝑐𝑖,𝑗 𝑥𝑖,𝑗


(2.14)
𝑗=1 𝑖∈𝐼

s.t. σ𝑚
𝑖=1 𝑦𝑖 ≤ 𝑝
σ𝑖∈𝐼 𝑥𝑖,𝑗 = 1 j = 1, … , 𝑛
𝑥𝑖,𝑗 ≤ 𝑦𝑖 𝑖 ∈ 𝐼𝑗 ; 𝑗 = 1, … , 𝑛
𝑦𝑖 = 0 𝑜𝑟 1 𝑖 = 1, … , 𝑚
𝑥𝑖,𝑗 = 0 𝑜𝑟 1 𝑖 ∈ 𝐼𝑗 ; 𝑗 = 1, … , 𝑛
Integer and Mixed Integer
Programs
• A mathematical program is a discrete optimization
model if it includes any discrete variable at all.
Otherwise, it is a continuous optimization model.
• An optimization model is an integer program (IP) if any
one of its decision variables is discrete. If all variables
are discrete, the model is a pure integer program;
otherwise, it is a mixed-integer program. [2.36]
Integer Linear versus
Integer Nonlinear Programs
• A discrete or integer programming model is an integer
linear program (ILP) if its (single) objective function and
all main constraints are linear. [2.37]
• A discrete or integer programming model is an integer
nonlinear program (INLP) if its (single) objective
function or of its main constraints is linear. [2.38]
Example 2.5:
Purdue Final Exam Scheduling
In a typical term Purdue University picks one of n = 30 final exam
time periods for each of over m = 2000 class units on its main
campus. Most exams involve just one class section, but there are a
substantial number of "unit exams" held at a single time for multiple
sections.
The main issue in this exam scheduling is "conflicts," instances
where a student has more than one exam scheduled during the same
time period. Conflicts burden both students and instructors because a
makeup exam will be required in at least one of the conflicting
courses. Purdue’s exam scheduling procedure begins by processing
enrollment records to determine how many students are jointly
enrolled in each pair of course units. Then an optimization scheme
seeks to minimize total conflicts as it selects time periods for all class
units.
Indexing, Parameters, and Decision
Variables for Purdue Finals Example
• Indexing
i  class unit number (i = 1, …, m)
t  exam time period number (t = 1, …, n)
• Decision variables
1 if class i is assigned to time period t
xi,t  ቊ
0 otherwise
• Input parameters
ei,i’  number of students taking an exam in both
class i and class i’
Nonlinear Objective Function

• Conflicts
1 if i and i′ are both sched at time period t
xi,t xi’,t  ቊ
0 if not
• Objective function
𝑚−1 𝑚 𝑛

𝑚𝑖𝑛 ෍ ෍ 𝑒𝑖,𝑖′ ෍ 𝑥𝑖,𝑡 𝑥𝑖 ′ ,𝑡


𝑖=1 𝑖 ′ =𝑖+1 𝑡=1
Purdue Final Exam Scheduling
Example Model
𝑚−1 𝑚 𝑛

𝑚𝑖𝑛 ෍ ෍ 𝑒𝑖,𝑖′ ෍ 𝑥𝑖,𝑡 𝑥𝑖 ′ ,𝑡 (2.16)


𝑖=1 𝑖 ′ =𝑖+1 𝑡=1

s.t. σ𝑛𝑡=1 𝑥𝑖,𝑡 = 1 𝑖 = 1, … , 𝑚


𝑥𝑖,𝑡 = 0 𝑜𝑟 1 𝑖 = 1, … , 𝑚; 𝑡 = 1, … , 𝑛
2.6 Multi-objective Optimization
Models
• A multi-objective optimization model is required to
capture all the perspectives – one that maximizes or
minimizes more than one objective function at the time.
Example 2.6: DuPage Land Use
Planning
Perhaps no public-sector problem involves more conflict
between different interests and perspectives than land use
planning. That is why a multi-objective approach was adopted
when government officials in DuPage County, Illinois, which is a
rapidly growing suburban area near Chicago, sought to
construct a plan controlling use of its undeveloped land.
Table 2.1 shows a simplified classification with m = 7 land
use types. The problem was to decide how to allocate among
these uses the undeveloped land in the county’s n = 147
planning regions.
Example 2.6: DuPage Land Use
Planning
TABLE 2.1 Land Use Types in DuPage Example
i Land Use Type
1 Single-family residential
2 Multiple-family residential
3 Commercial
4 Offices
5 Manufacturing
6 Schools and other institutions
7 Open space
Example 2.6: DuPage Land Use
Planning: Multiple Objectives
1. Compatibility: an index of the compatibility between each possible
use in a region and the existing uses in and around the region.
2. Transportation: the time incurred in making trips generated by the
land use to/from major transit and auto links.
3. Tax load: the ratio of added annual operating cost for government
services associated with the use versus increase in the property
tax assessment base.
4. Environmental impact: the relative degradation of the environment
resulting from the land use.
5. Facilities: the capital costs of schools and other community
facilities to support the land use.
Indexing, Parameters, and Decision
Variables for DuPage Land Use Planning

• Indexing
i  land use type (i = 1, …, m)
j  planning region (j = 1, …, n)
• Decision variables
xi,j  number of undeveloped acres assigned to land
use i in planning region j
Indexing, Parameters, and Decision
Variables for DuPage Land Use Planning

• Input parameters
ci,j  compatibility index per acre of land use i in
planning region j
ti,j  transportation trip time generated per acre of
land use i in planning region j
ri,j  property tax load ratio per acre of land use i in
planning region j
ei,j  relative environmental degradation per acre of
land use i in planning region j
fi,j  capital costs for community facilities per acre of
land use i in planning region j
Multiple Objectives
𝑚 𝑛

𝑚𝑎𝑥 ෍ ෍ 𝑐𝑖,𝑗 𝑥𝑖,𝑗


𝑖=1 𝑗=1
𝑚 𝑛

𝑚𝑖𝑛 ෍ ෍ 𝑡𝑖,𝑗 𝑥𝑖,𝑗


𝑖=1 𝑗=1
𝑚 𝑛

𝑚𝑖𝑛 ෍ ෍ 𝑟𝑖,𝑗 𝑥𝑖,𝑗


𝑖=1 𝑗=1
𝑚 𝑛

𝑚𝑖𝑛 ෍ ෍ 𝑒𝑖,𝑗 𝑥𝑖,𝑗


𝑖=1 𝑗=1
𝑚 𝑛

𝑚𝑖𝑛 ෍ ෍ 𝑓𝑖,𝑗 𝑥𝑖,𝑗


𝑖=1 𝑗=1
Constraints of the DuPage Land Use
Planning Example
• Constraints
bj  number of undeveloped acres in planning region j
li  county-wide minimum number of acres allocated to
land use type i
ui  county-wide maximum number of acres allocated
to land use type i
oj  number of acres in planning region j consisting of
undevelopable floodplains, rocky areas, etc.
Constraints of the DuPage Land
Use Planning Example
s.t. σ𝑚𝑖=1 𝑥𝑖,𝑗 = 𝑏𝑗 𝑗 = 1, … , 𝑛
σ𝑛𝑗=1 𝑥𝑖,𝑗 ≥ 𝑙𝑖 𝑖 = 1, … , 𝑚
𝑛

෍ 𝑥𝑖,𝑗 ≤ 𝑢𝑖 𝑖 = 1, … , 𝑚
𝑗=1
Additional Constraints of the DuPage
Land Use Planning Example
𝑥7,𝑗 ≥ 𝑜𝑗 𝑗 = 1, … , 𝑛 (all undevelopable land is
assigned to parks and other open space)
si  new acres of land use i implied by allocation of an
acre of undeveloped land to single-family residential
di  new acres of land use i implied by allocation of an
acre of undeveloped land to multiple-family residential

𝑥𝑖,𝑗 ≥ 𝑠𝑖 𝑥1,𝑗 + 𝑑𝑖 𝑥2,𝑗 𝑖 = 3,6,7; 𝑗 = 1, … , 𝑛


Conflict among Objectives

• When there is an option, single-objective optimization


models are preferred to multi-objective ones because
conflicts among objectives usually make multi-objective
models less tractable. [2.39]
2.7 Classification Summary

Vous aimerez peut-être aussi