« Vérification de modèles » : différence entre les versions


(Nouveau terme)
Balise : Éditeur de wikicode 2017
Aucun résumé des modifications
Balise : Éditeur de wikicode 2017
Ligne 1 : Ligne 1 :
== Domaine ==
== Domaine ==
[[Category:Vocabulary]]<br>
[[Category:Vocabulary]]<br>
Ligne 10 : Ligne 9 :


== Français ==
== Français ==
<h3>
<poll> Choisissez parmi ces termes proposés :
vérification d'un modèle
vérification de modèles
</poll>
</h3>
<h3>Discussion:</h3> Pour le moment, le terme privilégié est «vérification de modèles».
<br>
Source:


https://fr.wikipedia.org/wiki/V%C3%A9rification_de_mod%C3%A8les
'''vérification d'un modèle'''
 
'''vérification de modèles '''
 
   
   
== Anglais ==
== Anglais ==


=== Model checking ===
'''Model checking '''
In computer science, model checking or property checking refers to the following problem: Given a model of a system, exhaustively and automatically check whether this model meets a given specification. Typically, one has hardware or software systems in mind, whereas the specification contains safety requirements such as the absence of deadlocks and similar critical states that can cause the system to crash. Model checking is a technique for automatically verifying correctness properties of finite-state systems.


In order to solve such a problem algorithmically, both the model of the system and the specification are formulated in some precise mathematical language. To this end, the problem is formulated as a task in logic, namely to check whether a given structure satisfies a given logical formula. This general concept applies to many kinds of logics and suitable structures. A simple model checking problem is verifying whether a given formula in the propositional logic is satisfied by a given structure.


<br/>
[https://fr.wikipedia.org/wiki/V%C3%A9rification_de_mod%C3%A8les    Source: wikipedia ]
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>

Version du 13 mai 2019 à 22:38

Domaine


Intelligence artificielle
Coulombe

Définition

En informatique, la vérification de modèles consiste à vérifier si le modèle d'un système satisfait une propriété. Par exemple, on souhaite vérifier qu'un programme ne bloque pas, qu'une variable n'est jamais nulle, etc. Généralement, la propriété est écrite dans un langage, souvent en logique temporelle. La vérification est généralement faite de manière automatique.

Français

vérification d'un modèle

vérification de modèles


Anglais

Model checking


Source: wikipedia