Passa ai contenuti principali

Feasibility pump

Voglio segnalarvi una tesi di laurea interessante dal punto di vista tecnologico.
di Davide Baracco, relatore Matteo Fischetti.

Dico interessante dal punto di vista tecnologico, perché in un unico testo possiamo imparare come funziona una delle più famose euristiche per trovare soluzioni a problemi lineari a variabili intere; come funziona CPLEX; come funziona Xpres-MP e come funziona GLPK.

Per meglio specificare i contenuti della tesi ne riporto l'indice:
1 The Feasibility Pump
1.1 Introduction
1.2 Computational experiments
1.3 FP variants
1.3.1 Reducing the computing time
1.3.2 Improving the solution quality
1.3.3 Computational results
2 ILOG CPLEX
2.1 Introduction
2.2 ILOG CPLEX Technologies
2.3 CPLEX Algorithms
2.3.1 CPLEX Simplex Optimizers
2.3.2 CPLEX Barrier Optimizers
2.3.3 CPLEX Mixed Integer Optimizer
3 Xpress-MP by Dash Optimization
3.1 Xpress-MP overview
4 GLPK by Andrew Makhorin
4.1 GLPK overview
4.2 Problem (LP-MIP) formulation
4.3 API Routines
4.4 LPX: The Problem Object
5 The interfaces
5.1 Description of the interfaces
5.2 Step-by-step interfaces development
5.3 The functions
5.3.1 Creating problems
5.3.2 Optimizing problems
5.3.3 Accessing LP/MIP results
5.3.4 Problem modi¯cation
5.3.5 Accessing problem data
5.3.6 File reading/writing
5.3.7 Parameters setting and querying routines
5.3.8 General utilities
6 Test
6.1 Testbed
6.2 Test description
6.3 Computational Results
7 Conclusions
A Interface for GLPK (code)
A.1 interface.h
A.2 ifc imp.c
B Interface for Xpress (code)
B.1 interface.h
B.2 ifc imp.c
Bibliography 

Commenti

Post popolari in questo blog

Amazon’s SCOT

Amazon’s SCOT The most amazing application of mathematical optimization in logistics What is SCOT? The state of the art in advanced mathematics at the service of the operations management. I like how some important companies implement this scientific development. — Julio Mora Olivares SCOT is an acronym meaning Supply Chain Optimization Technologies . Probably it is the largest and the most complete application of operational research in the field of logistic. In summer 2017, I discovered that Amazon was hiring operational researchers in Italy. This intrigued me enough to start some research on the Internet. I found a plentiful source of information on LinkedIn profiles, where people were sharing their working experience, their goals and successes. I’ve collected all the pieces of information and, with my experience, I was able to reconstruct a whole picture of this project. Human resources First things first: people The team working on SCOT project covers many countr...

Digital Twin – Il caso Hyperloop

  Con il termine  hyperloop  si identificano una serie di tecnologie che promettono di rivoluzionare il trasporto di persone e cose. L’idea di base è molto semplice: far viaggiare all’interno di tubi, dove viene creato il vuoto, delle capsule ad alta velocità con binari a levitazione magnetica.   Credits: Virgin Hyperloop on instagram.com/p/CRHEB9ctQ6u/   Qualche tempo fa, mi è capitato di leggere un interessante articolo su come la progettazione della soluzione guidata dal gruppo Virgin, sia stata affiancata da analisi svolte mediante un sistema di ottimizzazione matematica. Come meglio descritto nel seguito, un digital twin, completamente basato su un modello matematico di ottimizzazione, permette di valutare le migliori scelte progettuali tenendo in considerazione i vari obiettivi di progetto.   La necessità di avere un digital twin nasce probabilmente dal fatto che le tecnologie  hyperloop  non hanno una base di partenza già esistente. No...

Teoria dell'incertezza

Dal sito internet del Prof. Baoding Liu ho trovato due interessanti libri sulla teoria dell'incertezza. Uncertainty Theory Uncertainty theory is a branch of mathematics based on normality, monotonicity, self-duality, and countable subadditivity axioms. The goal of uncertainty theory is to study the behavior of uncertain phenomena such as fuzziness and randomness. The main topics include uncertainty theory, probability theory, credibility theory, and chance theory. This book provides a self-contained, comprehensive and up-to-date presentation of uncertainty theory. The purpose is to equip the readers with an axiomatic approach to deal with uncertainty. Theory and Practice of Uncertain Programming Real-life decisions are usually made in the state of uncertainty (fuzziness and randomness). How do we model optimization problems in uncertain environments? How do we solve these models? In order to answer these questions, this book provides a self-contained, comprehensive and up-to-date ...