150 research outputs found
Logic Programming approaches for routing fault-free and maximally-parallel Wavelength Routed Optical Networks on Chip (Application paper)
One promising trend in digital system integration consists of boosting
on-chip communication performance by means of silicon photonics, thus
materializing the so-called Optical Networks-on-Chip (ONoCs). Among them,
wavelength routing can be used to route a signal to destination by univocally
associating a routing path to the wavelength of the optical carrier. Such
wavelengths should be chosen so to minimize interferences among optical
channels and to avoid routing faults. As a result, physical parameter selection
of such networks requires the solution of complex constrained optimization
problems. In previous work, published in the proceedings of the International
Conference on Computer-Aided Design, we proposed and solved the problem of
computing the maximum parallelism obtainable in the communication between any
two endpoints while avoiding misrouting of optical signals. The underlying
technology, only quickly mentioned in that paper, is Answer Set Programming
(ASP). In this work, we detail the ASP approach we used to solve such problem.
Another important design issue is to select the wavelengths of optical
carriers such that they are spread across the available spectrum, in order to
reduce the likelihood that, due to imperfections in the manufacturing process,
unintended routing faults arise. We show how to address such problem in
Constraint Logic Programming on Finite Domains (CLP(FD)).
This paper is under consideration for possible publication on Theory and
Practice of Logic Programming.Comment: Paper presented at the 33nd International Conference on Logic
Programming (ICLP 2017), Melbourne, Australia, August 28 to September 1,
2017. 16 pages, LaTeX, 5 figure
Solving Real-Life Hydroinformatics Problems with Operations Research and Artificial Intelligence
Many real life problems in the hydraulic engineering literature can be modelled
as constrained optimisation problems. Often, they are addressed in the literature
through genetic algorithms, although other techniques have been proposed. In
this thesis, we address two of these real life problems through a variety of techniques
taken from the Artificial Intelligence and Operations Research areas, such
as mixed-integer linear programming, logic programming, genetic algorithms and
path relinking, together with hybridization amongst these technologies and with
hydraulic simulators. For the first time, an Answer Set Programming formulation
of hydroinformatics problems is proposed.
The two real life problems addressed hereby are the optimisation of the response
in case of contamination events, and the optimisation of the positioning of
the isolation valves.
The constraints of the former describe the feasible region of the Multiple Travelling
Salesman Problem, while the objective function is computed by a hydraulic
simulator. A simulation–optimisation approach based on Genetic Algorithms,
mathematical programming, and Path Relinking, and a thorough experimental
analysis are discussed hereby.
The constraints of the latter problem describe a graph partitioning enriched
with a maximum flow, and it is a new variant of the common graph partitioning.
A new mathematical model plus a new formalization in logic programming are
discussed in this work. In particular, the technologies adopted are mixed-integer
linear programming and Answer Set Programming.
Addressing these two real applications in hydraulic engineering as constrained
optimisation problems has allowed for i) computing applicable solutions to the
real case, ii) computing better solutions than the ones proposed in the hydraulic
literature, iii) exploiting graph theory for modellization and solving purposes,
iv) solving the problems by well suited technologies in Operations Research and
Artificial Intelligence, and v) designing new integrated and hybrid architectures
for a more effective solving
- …