Skip to content

HenriChataing/Verif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Verification Tool

Implement a program verification tool.

Language description

The input language is a subset of C/C++. Supported types are int, float, and bool. Supported instructions are:

  • while loops
  • conditionals
  • variable assignments
  • break / continue statements.

Analysis

Implemented verification methods:

  • Basic analysis with invariant induction through widening and narrowing.

About

Abstract Interpretation Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages