This project is a demonstrator tool, made by the MOISE project, that translates timed Altarica models into Fiacre models. Such translation allows to use model checkers such as Tina to prove properties. The project contains the translator tool.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Pierre Gaufillet 18eb3f6047 Initial commit. 6 years ago
config Initial commit. 6 years ago
doc Initial commit. 6 years ago
icons Initial commit. 6 years ago
sdk Initial commit. 6 years ago
src Initial commit. 6 years ago
utils Initial commit. 6 years ago
CMakeLists.txt Initial commit. 6 years ago
CeCILL-C.txt Initial commit. 6 years ago
LGPL-v2.txt Initial commit. 6 years ago
LICENSES.md Initial commit. 6 years ago
README.md Initial commit. 6 years ago
TODO Initial commit. 6 years ago

README.md

What are the prerequisites to build altarica_epoch?

On Linux Ubuntu 16.04.1 LTS, the following packages are required to build altarica_epoch: build-essential, flex, bison, cmake, gcc/g++/gfortran 5.4.0, libsuitesparse-dev, libxml-dev, libglib2.0-dev, libsigc++-2.0-dev, libglibmm-2.4-dev, libxml++2.6-dev and pkg-config.

sudo apt install build-essential flex bison cmake gcc-5 g++-5 gfortran-5 libsuitesparse-dev libxml-dev libglib2.0-dev libsigc++-2.0-dev libglibmm-2.4-dev libxml++2.6-dev pkg-config

How to build altarica_epoch?

altarica_epoch uses CMake build system. It can be built with the following commands:

cd altarica_epoch
cmake ./CMakeList.txt
make

How to launch altarica_epoch?

You can get the inline help with:

src/console/epochnogui --help