<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>Facultad de Ingeniería y Ciencias</title>
<link>https://repositorio.uai.cl//handle/20.500.12858/6746</link>
<description/>
<pubDate>Wed, 15 Jul 2026 11:23:15 GMT</pubDate>
<dc:date>2026-07-15T11:23:15Z</dc:date>
<item>
<title>Static risk-averse models with applications to mining</title>
<link>https://repositorio.uai.cl//handle/20.500.12858/2570</link>
<description>Static risk-averse models with applications to mining
Canessa, Gianpiero
This thesis is centered around the development of methods and algorithms to solve different types of stochastic optimization problems that deal with risk. The first work in on chance-constrained problems (CCP), and the second on risk- averse two-stage stochastic problems (TSSP). The main challenge of stochastic
</description>
<pubDate>Fri, 22 Oct 2021 00:00:00 GMT</pubDate>
<guid isPermaLink="false">https://repositorio.uai.cl//handle/20.500.12858/2570</guid>
<dc:date>2021-10-22T00:00:00Z</dc:date>
</item>
<item>
<title>Mine Project Scheduling: Deterministic and Stochastic Models</title>
<link>https://repositorio.uai.cl//handle/20.500.12858/2569</link>
<description>Mine Project Scheduling: Deterministic and Stochastic Models
Lamas, Patricio
En esta tesis, estudiamos la programación de proyectos con un foco en&#13;
proyectos de minería. Primero, consideramos un problema determinístico&#13;
simplificado y su correspondiente algoritmo de solución, el algoritmo de Lane.&#13;
El objetivo de este algoritmo es optimizar la producción de una mina de rajo&#13;
abierto de un solo metal y un solo procesador. Para esto, Lane propuso una&#13;
política basada en el llamado “grado de corte” usado para determinar si el&#13;
material extraído debería considerarse mineral o desperdicio. A pesar de que&#13;
se pueden construir contraejemplos hipotéticos, nuestros experimentos computacionales&#13;
muestran que el algoritmo de Lane produce la solución óptima a&#13;
cada instancia real testeada, entregando un soporte sólido para su aplicación&#13;
en la práctica. Luego, estudiamos un problema estocástico más realista cuya&#13;
meta es determinar los tiempos de inicio de un conjunto de actividades con&#13;
el objetivo de maximizar el valor presente neto del proyecto. Aquí asumimos&#13;
2&#13;
que cada actividad es caracterizada por una duración y beneficio aleatorios&#13;
con una distribución de probabilidades conocida. Proponemos un enfoque&#13;
proactivo/reactivo integrado que simultáneamente genera una ventana de&#13;
tiempo inicial para el tiempo de inicio de cada actividad y una política de&#13;
ejecución. Nuestros resultados computacionales muestran que, en general,&#13;
las soluciones generadas por nuestro enfoque integrado dominan, en términos&#13;
de valor presente neto y variabilidad de los tiempos de inicio de las actividades,&#13;
aquellas generadas por las alternativas en la literatura. Finalmente,&#13;
aplicamos exitosamente nuestro enfoque integrado a un proyecto minero subterráneo&#13;
real.
</description>
<guid isPermaLink="false">https://repositorio.uai.cl//handle/20.500.12858/2569</guid>
</item>
<item>
<title>Applications of  Integer Programming and Decomposition to  Scheduling Problems: the Strategic Mine Planning Problem and  the Bin Packing Problem with Time Lag</title>
<link>https://repositorio.uai.cl//handle/20.500.12858/2566</link>
<description>Applications of  Integer Programming and Decomposition to  Scheduling Problems: the Strategic Mine Planning Problem and  the Bin Packing Problem with Time Lag
Rivera, Orlando
In scheduling problems, the goal is to assign time slots to a set of activities.&#13;
In these problems, there are typically precedence constraints between&#13;
activities that dictate the order in which they can be carried out and resource&#13;
constraints that limit the number that can simultaneously be executed. In&#13;
this thesis, we develop mixed integer programming methodologies, based on&#13;
decomposition methods, for two very different classes of scheduling problems.&#13;
These are the Strategic Open Pit Mine Planning Problem (SOPMP) and the&#13;
Bin Packing Problem with Time Lags.&#13;
Given a discretized representation of an orebody known as a block model, the&#13;
SOPMP that we consider consists of defining which blocks to extract, when to&#13;
extract them, and how or whether to process them, in such a way as to comply&#13;
with operational constraints and maximize net present value. These problems are&#13;
known to be very difficult due to the large size of real mine planning problems&#13;
(eg, millions of blocks, dozens of years). They are also very important in the&#13;
mining industry. Every major mining operation in the world must solve this&#13;
problem, at the very least, on a yearly basis.&#13;
In this thesis, we tackle the SOPMP in Chapters 2 and 3.&#13;
In Chapter 2 we begin by studying a lagrangean algorithm developed by&#13;
Dan Bienstock and Mark Zuckerberg (henceforth, the BZ algorithm) in 2009&#13;
for solving the LP relaxation of large instances of SOPMP. In this study we&#13;
generalize the classes of problems that can be solved with the BZ algorithm, and&#13;
show that it can be cast as a special type of column generation algorithm. We&#13;
prove, for general classes of mixed integer programming problems, that the BZ&#13;
relaxation provides a bound that lies between the LP relaxation and Dantzig-&#13;
Wolfe bounds. We further develop computational speed-ups that improve the&#13;
performance of the BZ algorithm in practice, and test these on a large collection&#13;
of data-sets.&#13;
In Chapter 3 we deal with the problem of computing integer-feasible solution&#13;
to SOPMP. Using the BZ algorithm developed in Chapter 2, we develop heuristics&#13;
for this. In addition, we develop pre-procesing algorithms that reduce problem&#13;
size, and embed the BZ algorithm in a branch-and-cut framework that makes use&#13;
of two new classes of cutting planes. When comparing the value of the heuristics&#13;
to the LP relaxation bound, the average gap computed is close to 10%. However,&#13;
when applying the pre-processing techniques and cutting planes, this is reduced&#13;
to 1.5% at the root node. Four hours of branching further reduces this to 0.6%.&#13;
In Chapter 4, the BPPTL is presented. This is a generalization of the Bin&#13;
i&#13;
Packing Problem in which bins must be assigned to time slots, while satisfying&#13;
precedence constraints with lags. Two integer programming formulations are&#13;
proposed: a compact formulation that models the problem exactly, and an&#13;
extended formulation that models a relaxation. For two special cases of the&#13;
problem, the case with unlimited bins per period and the case with one bin&#13;
per period and non-negative time lags, we strengthen the extended formulation&#13;
with a special family of constraints. We propose a branch-cut-and-price (BCP)&#13;
algorithm to solve this formulation, with separation of integer and fractional&#13;
solutions, and a strong diving heuristic. Computational experiments confirm&#13;
that the BCP algorithm outperforms solving the compact formulation with a&#13;
commercial solver. Using this approach we were able to optimally solve 70% of&#13;
a class of previously open instances of this problem.
</description>
<pubDate>Thu, 21 Oct 2021 00:00:00 GMT</pubDate>
<guid isPermaLink="false">https://repositorio.uai.cl//handle/20.500.12858/2566</guid>
<dc:date>2021-10-21T00:00:00Z</dc:date>
</item>
<item>
<title>La importancia del espacio geográfico para minimizar el error de muestras representativas</title>
<link>https://repositorio.uai.cl//handle/20.500.12858/2002</link>
<description>La importancia del espacio geográfico para minimizar el error de muestras representativas
Truffello Robledo, Ricardo
En el presente trabajo se discute la importancia del espacio geográfico en el contexto de la generación de marcos muestrales de encuestas, poniendo en tensión la premisa estadística tradicional de la aleatoriedad e independencia de las observaciones. Para esto se analiza el aporte de la geografía cuantitativa en la generación de metodologías de regionalización que permitan, de manera efectiva, mejorar el error muestral de las encuestas, enfocados principalmente en las áreas urbanas, en presencia de variables de estratificación con autocorrelación espacial.
</description>
<guid isPermaLink="false">https://repositorio.uai.cl//handle/20.500.12858/2002</guid>
</item>
</channel>
</rss>
