TChecker is an open-source verification tool for timed automata
Go to file
alzeha cd24a58f8b aligning code to the TR 2024-03-29 10:16:13 +01:00
.github/workflows Intermediate (#3) 2024-02-23 17:57:21 +01:00
ci-scripts Intermediate (#3) 2024-02-23 17:57:21 +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 Intermediate (#3) 2024-02-23 17:57:21 +01:00
include aligning code to the TR 2024-03-29 10:16:13 +01:00
src aligning code to the TR 2024-03-29 10:16:13 +01:00
test Intermediate (#3) 2024-02-23 17:57:21 +01:00
.clang-format Code formatting 2021-02-03 07:28:50 +01:00
AUTHORS fixing pipeline, linux only 2024-01-17 12:17:15 +01:00
CMakeLists.txt added first version of vcg 2024-01-17 13:45:45 +01:00
CppCheckSuppressions.txt Intermediate (#3) 2024-02-23 17:57:21 +01: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 first version of vcg 2024-01-17 13:45:45 +01:00

README.md

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 note that this fork is only tested for Ubuntu.

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.