Add a new library to generate formulas and automata.
This library, called libspotgen, gathers functions to generate classes of automata found in the literature. Related to #254. * NEWS, README: Mention the modification. * Makefile.am, debian/control, debian/libspotgen0.install: Build the new library in a separate package. * spot/gen/automata.hh, spot/gen/automata.cc: Add a family of co-Büchi automata. * configure.ac, spot/Makefile.am, spot/gen/Makefile.am: Build the new library.
This commit is contained in:
parent
b428ed31ec
commit
d90e38eb2a
10 changed files with 188 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
|
||||
# Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016-2017,
|
||||
# 2017 Laboratoire de Recherche et Développement de l'Epita (LRDE).
|
||||
# Copyright (C) 2003, 2004, 2005, 2006, 2007 Laboratoire
|
||||
# d'Informatique de Paris 6 (LIP6), département Systèmes Répartis
|
||||
|
|
@ -279,6 +279,7 @@ AC_CONFIG_FILES([
|
|||
spot/twaalgos/gtec/Makefile
|
||||
spot/twaalgos/Makefile
|
||||
spot/twa/Makefile
|
||||
spot/gen/Makefile
|
||||
python/ajax/Makefile
|
||||
python/Makefile
|
||||
tests/core/defs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue