-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle2_article.tex
More file actions
88 lines (72 loc) · 4.16 KB
/
article2_article.tex
File metadata and controls
88 lines (72 loc) · 4.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
%\documentclass[author,usecmfonts,leqno]{nrc1}
\documentclass[letterpaper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage[round]{natbib}
\usepackage{graphicx}
\usepackage{todonotes}
\usepackage{colonequals}
\usepackage{mathtools}
%\usepackage[pagewise]{lineno}
\usepackage[running]{lineno}
\usepackage{setspace}
\usepackage[nostamp]{draftwatermark}
\usepackage[ruled]{algorithm2e}
\usepackage{booktabs}
\usepackage{caption}
\usepackage[binary-units]{siunitx}
\usepackage{microtype}
\usepackage{subfig}
\usepackage{rotating}
\captionsetup[table]{skip=10pt}
\linenumbers
%\onehalfspacing
\doublespacing
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{arg\,max}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% I like this title, so saving it for official publication:
\title{A bilevel model formulation to solve the distributed wood supply planning problem}
%
% This title will do the trick for the CIRRELT white paper
%\title{Extenting the Classic Wood Supply Model to Anticipate Industrial Fibre Consumption}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{
Gregory Paradis\\
Mathieu Bouchard\\
Luc LeBel\\
Sophie D'Amours
}
% \author{Gregory Paradis} \address{D\'{e}partement des sciences du bois et
% de la for\^{e}t, Facult\'{e} de foresterie, de g\'{e}ographie et de \\g\'{e}omatique,
% Pavillon Abitibi-Price, Universit\'{e} Laval, Qu\'{e}bec, QC G1K 7P4,
% Canada} \correspond{gregory.paradis.1@ulaval.ca}
% \author{Luc LeBel}
% \author{Sophie D'Amours} \address{D\'{e}partement de g\'{e}nie m\'{e}canique,
% Facult\'{e} de sciences et de g\'{e}nie, Pavillon Adrien-Pouliot, Universit\'{e}
% Laval, Qu\'{e}bec, QC G1K 7P4, Canada}
% \author{Mathieu Bouchard} \address{Consortium de recherche FORAC,
% Pavillon Adrien-Pouliot, Universit\'{e} Laval, Qu\'{e}bec, QC G1K
% 7P4, Canada}
\begin{document}
\maketitle
\begin{abstract}
The classic wood supply optimization model maximizes sustainable (i.e., even-flow) harvest levels, and implicitly assumes infinite fibre demand.
In many jurisdictions, this modelling assumption is a poor fit for actual fibre consumption, which is often a species-unbalanced subset of total fibre allocation.
Failure to anticipate this negative bias in volume and species mix of industrial wood fibre consumption has been linked to increased risk of future wood supply failure.
In particular, we examine the \emph{distributed wood supply planning problem}, which is a variant of the the general wood supply planning problem where roles of forest owner and fibre consumer are played by independent agents (for example, wood supply planning on public forest land in Canada, where government stewards control wood supply and forest products industry firms consume the fibre).
We use agency theory to describe the source of antagonism between public forest land owners (the \emph{principal}) and industrial fibre consumers (the \emph{agent}).
We show that the distributed wood supply planning problem can be modelled more accurately using a bilevel formulation, and present an extension of the classic wood supply optimization model which explicitly anticipates industrial fibre consumption behaviour.
The general case of the bilevel wood supply optimization problem is $\mathcal{NP}$-hard and non-convex; it is very difficult to solve to global optimality.
By imposing certain restrictions on the topology of the lower-level problem, we show that the problematic general case can be decomposed into convex sub-problems.
We present a solution methodology that can solve this special case to global optimality, and compare output and solution times of classic and bilevel model formulations using a computational experiment on a realistic dataset.
Computational results show that solution time for the decomposed bilevel problem is comparable to solution time for the classic single-level problem, and that the bilevel formulation can completely eliminate the problematic fibre consumption bias.
\end{abstract}
%\doublespacing
\input{article2_body-merged.tex}
\bibliographystyle{plainnat}
\bibliography{phd}
\end{document}
%%% Local Variables:
%%% TeX-master: "master"
%%% End: