changes
This commit is contained in:
parent
f1fd2b7a06
commit
47c2ae5f14
7 changed files with 23 additions and 19 deletions
|
@ -1,8 +1,9 @@
|
|||
#MFES
|
||||
11 Setembro 2023 - #MFES
|
||||
|
||||
## Programa
|
||||
|
||||
1. Lógicas para especificação formal
|
||||
1. [[T - Aula 2 - 18 Setembro 2023#Proposicional Logic (PL)| Lógica Proposicional (PL)]]
|
||||
1. [[MFES/T - Aula 2#Proposicional Logic (PL)| Lógica Proposicional (PL)]]
|
||||
2. Lógica de Primeira Ordem (FOL)
|
||||
3. Lógica relacional (RL)
|
||||
4. Lógica temporal linear (LTL)
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
#MFES
|
||||
18 Setembro 2023 - #MFES
|
||||
|
||||
# Conteúdo
|
||||
1. [[T - Aula 2 - 18 Setembro 2023#1. Intro|Intro]]
|
||||
1. [[T - Aula 2 - 18 Setembro 2023#1.1 SAT|SAT]]
|
||||
2. [[T - Aula 2 - 18 Setembro 2023#1.2 Proposicional Logic (PL)|Lógica Proposicional]]
|
||||
3. [[T - Aula 2 - 18 Setembro 2023#SAT Solvers|SAT Solvers]]
|
||||
1. [[MFES/T - Aula 2#1. Intro|Intro]]
|
||||
1. [[MFES/T - Aula 2#1.1 SAT|SAT]]
|
||||
2. [[MFES/T - Aula 2#1.2 Proposicional Logic (PL)|Lógica Proposicional]]
|
||||
3. [[MFES/T - Aula 2#SAT Solvers|SAT Solvers]]
|
||||
|
||||
# 1. Intro
|
||||
*Formal modeling* - formally represent the system and its properties in the syntactic conventions that the tool understands and can process.
|
|
@ -1,4 +1,5 @@
|
|||
#MFES
|
||||
18 Setembro 2023 - #MFES
|
||||
|
||||
## Ficha 1
|
||||
|
||||
> [!note]
|
|
@ -1,4 +1,4 @@
|
|||
#RAS
|
||||
12 Setembro 2023 - #RAS
|
||||
|
||||
# Definition of Software Engineering
|
||||
Application of a systematic, disciplined and quantifiable approach to the analysis, design , implementation and exploitation of software systems, resorting to knowledge, principles, techniques and methods that originate from the empirical-scientific advances, in an ethical context to satisfy the necessities of human development.
|
||||
|
@ -31,4 +31,4 @@ Application of a systematic, disciplined and quantifiable approach to the analys
|
|||
- Final Mark = min(0.6×max(test, project)+0.4×min(test, project), test+2.5)
|
||||
|
||||
|
||||
[[T - Aula 2 - 19 Setembro 2023|Próxima aula]]
|
||||
[[RAS/T - Aula 2|Próxima aula]]
|
|
@ -1,10 +1,11 @@
|
|||
#RAS
|
||||
19 Setembro 2023 - #RAS
|
||||
|
||||
## Contents
|
||||
1. [[T - Aula 2 - 19 Setembro 2023#Definition of Requirement|Definition of requirement]]
|
||||
2. [[T - Aula 2 - 19 Setembro 2023#Functional requirements|Functional requirements]]
|
||||
3. [[T - Aula 2 - 19 Setembro 2023#Non-functional requirements|Non-functional requirements]]
|
||||
4. [[T - Aula 2 - 19 Setembro 2023#4. User and system requirements|User and system requirements]]
|
||||
5. [[T - Aula 2 - 19 Setembro 2023#Recap|Recap]]
|
||||
1. [[RAS/T - Aula 2#Definition of Requirement|Definition of requirement]]
|
||||
2. [[RAS/T - Aula 2#Functional requirements|Functional requirements]]
|
||||
3. [[RAS/T - Aula 2#Non-functional requirements|Non-functional requirements]]
|
||||
4. [[RAS/T - Aula 2#4. User and system requirements|User and system requirements]]
|
||||
5. [[RAS/T - Aula 2#Recap|Recap]]
|
||||
|
||||
## 1. Definition of Requirement
|
||||
The requirements express the users necessities and restrictions that are
|
||||
|
@ -160,4 +161,4 @@ adopted for the user requirements.
|
|||
6. A system requirement is oriented towards the solution domain and is a detailed specification of a requirement, generally in the form of a formal model of the system.
|
||||
|
||||
[[Próxima aula]]
|
||||
[[TP - Aula 1 - 20 Setembro|Aula prática]]
|
||||
[[RAS/TP - Aula 1|Aula prática]]
|
|
@ -1,4 +1,4 @@
|
|||
#RAS
|
||||
20 Setembro 2023 - #RAS
|
||||
|
||||
> [!note]
|
||||
> As resoluções dos exercícios aqui contidos podem conter erros. Se detetares um problema (e se o souberes resolver) por favor contacta-nos.
|
|
@ -4,7 +4,7 @@ Basicamente, isto é uma sopa de letras com alguma lógica por detrás (mas não
|
|||
### Ano 1 (Mestrado)
|
||||
1. [[MFES - UC Details| (MFES) Métodos Formais de Engenharia de Software]]
|
||||
2. (ASCN) Aplicações e Serviços de Computação em Nuvem
|
||||
3. [[T - Aula 2 - 19 Setembro 2023|(RAS) Requisitos e Arquiteturas de Software]]
|
||||
3. [[RAS/T - Aula 2|(RAS) Requisitos e Arquiteturas de Software]]
|
||||
4. (CP) Computação Paralela
|
||||
5. (DAA) Dados e Aprendizagem Automática
|
||||
6. (ESR) Engenharia de Serviços em Rede
|
||||
|
|
Loading…
Reference in a new issue