Tags:
tag this topic
create new tag
view all tags
<center> ---+ <b>Formal Methods in Software Development<br /></b> ---++ *Master Degree in Computer Science<br />A. A. 2019/2020* ---++ lecturers: Ivano Salvo and Igor Melatti melatti@di.uniroma1.it, salvo@di.uniroma1.it</center> ---+++ Announcement ---+++ For scheduled online exams, it is possible for students which do not have all the required hardware (PC, smartphone, Internet, etc) to ask for a physical workstation to be used in a Sapienza laboratory. To this aim, students must send a motivated email to the segreteria didattica (segr.didattica@di.uniroma1.it). <!-- ---+++ Announcement ---+++ The lesson to be held on 6th of November will not take place. --> <!-- ---+++ Announcement ---+++ The second written exam will take place on the 12th of February at the [[http://www.di.uniroma1.it/it/strutture/laboratori][Colossus Lab]] (via Salaria 113), starting from 10:30 AM. The project/papers presentations will take place at the Colossus Lab immediately after the written exam correction. --> <!-- ---+++ Announcement ---+++ The second exam, initially scheduled for the 7th of February, has been postponed to the 12th of February at the [[Colossus Lab]] (via Salaria 113), starting from 10:30 AM. --> ---+++ Index [[#esami_date][Exams]]<br /> [[#programma][Program]]<br /> [[#libri][TextBooks]]<br /> [[#lezioni][Lessons]]<br /> [[#orario][Timetable]]<br /> [[#software][Software]] <a name="esami_date"></a> ---+++ Results ---+++ These are the results for the exam of the 12/2/2020. Votes are at most 16; they will be summed up with the results of either the project or the paper discussion. Who is not present in this list, is not sufficient. | *Matricola* | *Voto* | | 1643888 | 13 | | 1746117 | 13 | | 1614998 | 13 | ---+++ Results ---+++ These are the results for the exam of the 22/1/2020. Votes are at most 16; they will be summed up with the results of either the project or the paper discussion. Who is not present in this list, is not sufficient. | *Matricola* | *Vote* | | 1746117 | 10 | | 1903114 | 15.5 | | 1643888 | 8 | | 1914000 | 13 | ---+++ Exams It is mandatory to pass a written exam. Once passed such exam, students have to either write a course project or describe a recent scientific paper on the course arguments. | *Session* | *Date* | *Time* | *Where* | *Confirmed* | *Notes* | *Exam Number on Infostud* | *Infostud registration expires on* | | 1 | 22/01/2020 | 10:00 - 13:00 | Aula 2 (RM018) in Via del Castro Laurenziano 7a | Yes | | 693149 | expired | | 2 | 12/02/2020 | 10:30 - 13:00 | Colossus Lab | Yes | | 693150 | expired | | straord1 | 30/04/2020 | 10:00 - 12:00 | Online | Yes | | 711799 | expired | | 3 | 19/06/2020 | 15:00 - 18:00 | Online | Yes | | 714631 | expired | | 4 | 14/07/2020 | 09:00 - 12:00 | Online | Yes | | 717213 | expired | | 5 | 09/09/2020 | 09:00 - 12:00 | Online | Yes | | 719854 | expired | | straord2 | 29/11/2020 | 09:00 - 10:00 | Online | Yes | | 734734 | expired | *It is mandatory to sign up in [[https://stud.infostud.uniroma1.it/Sest/Log/][Infostud]] by selecting, for the desired session, the exam number shown in the last-but-one column above.* *For online exams, instructions will be sent by email to registered-on-Infostud students only* ---++++ Projects To model the [[%ATTACHURL%/DolevStrong.pdf][Dolev Strong protocol]] in one of the model checkers seen during lessons To modify Murphi or SPIN so as to use Bloom filters instead of hash compaction Implement statistical model checking in Murphi/SPIN/NuSMV Given a game map (a grid with obstacles and a goal), create a NuSMV model which generates a controller for that game. Follow the definition of "controller" given [[http://mclab.di.uniroma1.it/publications/papers/mari/2014/110_Mari_etal2014.pdf][here (paragraph 4.1)]] <a name="programma"></a> ---+++ Program of the Course Modelling of Discrete Systems: Kripke structures. Temporal Logics: CTL, LTL, CTL* Formal verification that a system satisfy a specification: Model Checking Problem, computational complexity and classical solutions. Main solutions to the Model Checking problem: * explicit: Buchi automata, on-the-fly computation, state space reduction (symmetric reduction and partial order reduction) * symbolic: mu-calculus, OBDD. Compositional Reasoning Software Model Checking Bounded Model Checking Probabilistic Model Checking Using Model Checkers for HW/SW systems verification: * Explicit model checkers: SPIN and Murphi * Symbolic bounded and unbounded model checker: NuSMV * Software model checkers: CBMC * Probabilistic model checkers: FHP-Murphi and PRISM For each model checker, the following will be discussed: * input language * execution model * logic for properties specification * implementation techniques <a name="libri"></a> ---+++ Textbooks and links "Model Checking, Second Edition", di Edmund M. Clarke, Jr., Orna Grumberg, Daniel Kroening, Doron Peled and Helmut Veith, 2018 <a name="lezioni"></a> ---+++ Lessons | *N* | *Data* | *Material* | *Topics* | *Notes* | | 1 | 24/09/2019 | [[%ATTACHURL%/lesson-01.pdf][lesson 1-S]] | Salvo: Formal methods, introduction to modeling concurrent systems (Aula "B" - Main Campus Sapienza) | | | 2 | 25/09/2019 | [[%ATTACHURL%/lesson-melatti-01.pdf][lesson 1-M]] [[%ATTACHURL%/packet-melatti-01.tgz][other material]] | Melatti: Introduction to Murphi usage (Aula "B" - Main Campus Sapienza) | | | 3 | 01/10/2019 | [[%ATTACHURL%/lesson-02.pdf][lesson 2-S]] | Salvo: Defining specifications, CTL* syntax and semantics, Linear Time properties, LTL and LTL model checking (Aula Magna Sociologia) | | | 4 | 02/10/2019 | [[%ATTACHURL%/lesson-melatti-02.pdf][lesson 2-M]] | Melatti: Murphi algorithm (Aula Magna Sociologia) | | | 5 | 08/10/2019 | [[%ATTACHURL%/lesson-03-salvo.pdf][lesson 3-S]] | Salvo: CTL. LTL vs CTL. CTL model checking. CTL* model checking. | | | 6 | 09/10/2019 | [[%ATTACHURL%/packet-melatti-03.tgz][material 3-M]] | Melatti: Murphi algorithm; Modeling of a complex system (turbogas) | | | 7 | 15/10/2019 | [[%ATTACHURL%/lesson-04-salvo.pdf][lesson 4-S]] | Salvo: Model checking and automata: regular and \omega-regular properties. LTL on-the-fly model checking. | | | 8 | 16/10/2019 | [[%ATTACHURL%/lesson-melatti-04.pdf][lesson 4-M]] [[https://spinroot.com/spin/Doc/SpinTutorial.pdf][slides on Promela]] | Melatti: Introduction to SPIN usage | | | 9 | 22/10/2019 | [[%ATTACHURL%/lesson-05-salvo.pdf][lesson 5-S]] | Salvo: Counteracting the state explosion problem I: partial order reduction | | | 10 | 23/10/2019 | [[%ATTACHURL%/lesson-melatti-05.pdf][lesson 5-M]] [[%ATTACHURL%/ch13.pdf][SPIN code]] | Melatti: SPIN verification algorithm | | | 11 | 29/10/2019 | [[%ATTACHURL%/lesson-06-salvo.pdf][lesson 6-S]] | Salvo: The problem of Fairness. LTL and CTL model checking with fairness | | | 12 | 30/10/2019 | [[%ATTACHURL%/lesson-melatti-06.pdf][lesson 6-M]] [[%ATTACHURL%/models.tgz][models 6-M]] | Melatti: optimzations for SPIN verification algorithm | | | 13 | 05/11/2019 | [[%ATTACHURL%/lesson-07-salvo.pdf][lesson 7-S]] | Salvo: OBDDs, fixpoints, and Symbolic CTL model checking. | | | | 06/11/2019 | | CANCELLED | | | 14 | 12/11/2019 | [[%ATTACHURL%/lesson-08-salvo.pdf][lesson 8-S]] | Salvo: Symbolic CTL model checking with fairness, Symbolic LTL model checking, and mu-calculus. | | | 15 | 13/11/2019 | [[%ATTACHURL%/lesson-melatti-07.pdf][lesson 7-M]] [[%ATTACHURL%/models-07.tgz][models 7-M]] [[%ATTACHURL%/NuSMV.tutorial.pdf][NuSMV tutorial]] [[%ATTACHURL%/NuSMV.userman.pdf][NuSMV user manual]] | Melatti: the NusMV model checker | | | 16 | 19/11/2019 | [[%ATTACHURL%/lesson-09-salvo.pdf][lesson 9-S]] | Salvo: Counteracting the state explosion problem II: bisimulation, simulation and ACTL, and cone of influence | | | 17 | 20/11/2019 | [[%ATTACHURL%/lesson-melatti-08.pdf][lesson 8-M]] [[%ATTACHURL%/models-08.tgz][models 8-M]] | Melatti: the NusMV model checker | | | 18 | 26/11/2019 | [[%ATTACHURL%/lesson-10-salvo.pdf][lesson 10-S]] | Salvo: Counteracting the state explosion problem III: abstract interpretation and symmetries. | | | 19 | 27/11/2019 | [[http://mclab.di.uniroma1.it/publications/papers/papers/Della%20Penna2004a.pdf][paper]] | Melatti: Caching and Disk Murphi | | | | 03/12/2019 | | CANCELLED | | | 20 | 04/12/2019 | [[http://mclab.di.uniroma1.it/publications/papers/papers/Della%20Penna2006a.pdf][paper]] [[%ATTACHURL%/fhpmurphi.pdf][lesson 10-M]] | Melatti: FHP-Murphi | | | 21 | 10/12/2019 | [[%ATTACHURL%/lesson-11-salvo.pdf][lesson 11-S]] | Salvo: Probabilistic Model Checking I: Markov chains, probabilistic (constrained) reachability, qualitative properties | | | 22 | 11/12/2019 | [[%ATTACHURL%/lesson-melatti-10.tgz][lesson 11-M]] | Melatti: CBMC and software model checking | | | 23 | 17/12/2019 | [[%ATTACHURL%/lesson-12.pdf][lesson 12-S]] | Salvo: Probabilistic Model Checking II: PCTL, linear time properties, probabilistic bisimulation. | | | 24 | 18/12/2019 | | Melatti: discussions on ongoing students' projects | | <a name="orario"></a> ---+++ Timetable | *Day* | *From* | *To* | *Where* | | Tuesday | 14:00 | 17:00 | Aula 2 (RM018) in Via del Castro Laurenziano 7a | | Wednesday | 14:00 | 16:00 | Aula 2 (RM018) in Via del Castro Laurenziano 7a | <!--L'aula informatica 15 si trova [[http://www.studiareinformatica.uniroma1.it/Test-aula#smart_aula_deffa19a-65db-4abe-be55-4178b791dc1b][all'interno del Laboratorio "Paolo Ercoli" di via Tiburtina]].--> <!--The first and second lessons (24th and 25th of September 2019) will take place in Aula "B" - Main Campus Sapienza - Aule SCIENZE BIOCHIMICHE (CU010-E01P01L001). The detailed Map of the Main Campus Sapienza can be viewed [[https://www.uniroma1.it/sites/default/files/PIANTA_LEGENDA_DEF_1.pdf][here]].--> <a name="software"></a> ---+++ Free Software for the Course [[http://mclab.di.uniroma1.it/site/index.php/software/18-cmurphi][CMurphi]] [[http://spinroot.com/spin/whatispin.html][Spin]] [[http://nusmv.fbk.eu/][NuSMV]] [[https://www.cprover.org/cbmc/][CBMC]] [[http://mclab.di.uniroma1.it/site/index.php/software/17-fhp-murphi][FHP-Murphi]] [[https://www.prismmodelchecker.org/][PRISM]]
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r59
<
r58
<
r57
<
r56
<
r55
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r59 - 2020-10-15
-
IgorMelatti
Log In
or
Register
MFS Web
Create New Topic
Index
Search
Changes
Notifications
Statistics
Preferences
Prenotazioni esami
Laurea Triennale ...
Laurea Triennale
Algebra
Algoritmi
Introduzione agli algoritmi
Algoritmi 1
Algoritmi 2
Algoritmi per la
visualizzazione
Architetture
Prog. sist. digitali
Architetture 2
Basi di Dati
Basi di Dati 1 Inf.
Basi di Dati 1 T.I.
Basi di Dati (I modulo, A-L)
Basi di Dati (I modulo, M-Z)
Basi di Dati 2
Calcolo
Calcolo differenziale
Calcolo integrale
Calcolo delle Probabilitą
Metodi mat. per l'inf. (ex. Logica)
canale AD
canale PZ
Programmazione
Fond. di Programmazione
Metodologie di Programmazione
Prog. di sistemi multicore
Programmazione 2
AD
EO
PZ
Esercitazioni Prog. 2
Lab. Prog. AD
Lab. Prog. EO
Lab. Prog. 2
Prog. a Oggetti
Reti
Arch. di internet
Lab. di prog. di rete
Programmazione Web
Reti di elaboratori
Sistemi operativi
Sistemi Operativi (12 CFU)
Anni precedenti
Sistemi operativi 1
Sistemi operativi 2
Lab. SO 1
Lab. SO 2
Altri corsi
Automi, Calcolabilitą
e Complessitą
Apprendimento Automatico
Economia Aziendale
Elaborazione Immagini
Fisica 2
Grafica 3D
Informatica Giuridica
Laboratorio di Sistemi Interattivi
Linguaggi di Programmazione 3° anno Matematica
Linguaggi e Compilatori
Sistemi Informativi
Tecniche di Sicurezza dei Sistemi
ACSAI ...
ACSAI
Computer Architectures 1
Programming
Laurea Magistrale ...
Laurea Magistrale
Percorsi di studio
Corsi
Algoritmi Avanzati
Algoritmica
Algoritmi e Strutture Dati
Algoritmi per le reti
Architetture degli elaboratori 3
Architetture avanzate e parallele
Autonomous Networking
Big Data Computing
Business Intelligence
Calcolo Intensivo
Complessitą
Computer Systems and Programming
Concurrent Systems
Crittografia
Elaborazione del Linguaggio Naturale
Estrazione inf. dal web
Fisica 3
Gamification Lab
Information Systems
Ingegneria degli Algoritmi
Interazione Multi Modale
Metodi Formali per il Software
Methods in Computer Science Education: Analysis
Methods in Computer Science Education: Design
Prestazioni dei Sistemi di Rete
Prog. avanzata
Internet of Things
Sistemi Centrali
Reti Wireless
Sistemi Biometrici
Sistemi Distribuiti
Sistemi Informativi Geografici
Sistemi operativi 3
Tecniche di Sicurezza basate sui Linguaggi
Teoria della
Dimostrazione
Verifica del software
Visione artificiale
Attivitą complementari
Biologia Computazionale
Design and development of embedded systems for the Internet of Things
Lego Lab
Logic Programming
Pietre miliari della scienza
Prog. di processori multicore
Sistemi per l'interazione locale e remota
Laboratorio di Cyber-Security
Verifica e Validazione di Software Embedded
Altri Webs ...
Altri Webs
Dottorandi
Commissioni
Comm. Didattica
Comm. Didattica_r
Comm. Dottorato
Comm. Erasmus
Comm. Finanziamenti
Comm. Scientifica
Comm Scientifica_r
Corsi esterni
Sistemi Operativi (Matematica)
Perl e Bioperl
ECDL
Fondamenti 1
(NETTUNO)
Tecniche della Programmazione 1° modulo
(NETTUNO)
Seminars in Artificial Intelligence and Robotics: Natural Language Processing
Informatica generale
Primo canale
Secondo canale
II canale A.A. 10-11
Informatica
Informatica per Statistica
Laboratorio di Strumentazione Elettronica e Informatica
Progetti
Nemo
Quis
Remus
TWiki ...
TWiki
Tutto su TWiki
Users
Main
Sandbox
Home
Site map
AA web
AAP web
ACSAI web
AA2021 web
Programming web
AA2021 web
AN web
ASD web
Algebra web
AL web
AA1112 web
AA1213 web
AA1920 web
AA2021 web
MZ web
AA1112 web
AA1213 web
AA1112 web
AA1314 web
AA1415 web
AA1516 web
AA1617 web
AA1819 web
Old web
Algo_par_dis web
Algoreti web
More...
MFS Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
Questo sito usa cookies, usandolo ne accettate la presenza. (
CookiePolicy
)
Torna al
Dipartimento di Informatica
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback