TChecker is an open-source verification tool for timed automata
Go to file
2024-05-04 22:05:30 +02:00
.github/workflows remove a useless sudo 2023-11-22 10:51:46 +01:00
ci-scripts update Catch2 installation and move to version 3.4.0 2023-11-22 10:08:22 +01:00
cmake chg: start Gitlab CI configuration 2020-11-17 15:38:17 +01:00
doc chg: add JSON output format 2022-06-27 14:48:42 +02:00
examples Moved TChecker file format description in a 2022-06-23 22:41:28 +02:00
include Fixed deterministic check on initial locations 2024-05-04 22:05:30 +02:00
src Fixed deterministic check on initial locations 2024-05-04 22:05:30 +02:00
test Fixed deterministic check on initial locations 2024-05-04 22:05:30 +02:00
.clang-format Code formatting 2021-02-03 07:28:50 +01:00
.gitlab-ci.yml chg: update CI for Catch2 v3 2022-11-23 17:06:19 +01:00
AUTHORS Concrete counter-example (contrib: Ocan Sankur) 2023-07-20 11:12:02 +02:00
CMakeLists.txt Set CMAKE version to 3.13 2023-10-24 15:26:00 +02:00
HOWTO.md Added documentation on updating CI/CD tests 2023-02-06 21:26:30 +01:00
INSTALL.md Updated installation instructions 2022-11-24 15:08:12 +01:00
LICENSE Updated list of authors 2019-04-05 15:09:34 +02:00
README.md Added link to online demo of TChecker 2022-06-23 20:58:28 +02:00

TChecker

Build and test TChecker License

Description

This is TChecker, an open-source model-checker for timed systems. TChecker is written in C++17 and provides a library of classes to describe timed systems, to compute the corresponding timed automata, to compute its semantics, as well as symbolic representations and algorithms to check requirements over timed systems. It also comes with tools to run these algorithms from the command line.

TChecker originates and is still lead by academic research on the verification of timed systems. It is intended to serve as a plateform to experiment new data structures and algorithms for the verification and the synthesis of timed systems. The goal of the project is to implement state-of-the-art algorithms as well as benchmarks to evaluate these algorithms, and to share then with the community.

NEW: try TChecker online

Installation

Please, refer to Installation of TChecker or to file INSTALL.md in the repository.

Usage

Please, refer to Using TChecker or to file doc/usage.md in the repository.

Credits

The authors of the project are credited in the file AUTHORS in the repository.

License

TChecker is published under the MIT license reproduced below (and in the file LICENSE in the repository).

MIT License

Copyright (c) 2019 Bordeaux INP, CNRS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.