spot
0.8.3
|
00001 // Copyright (C) 2010 Laboratoire de Recherche et Développement de 00002 // l'Epita (LRDE). 00003 // Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de 00004 // Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), 00005 // Université Pierre et Marie Curie. 00006 // 00007 // This file is part of Spot, a model checking library. 00008 // 00009 // Spot is free software; you can redistribute it and/or modify it 00010 // under the terms of the GNU General Public License as published by 00011 // the Free Software Foundation; either version 2 of the License, or 00012 // (at your option) any later version. 00013 // 00014 // Spot is distributed in the hope that it will be useful, but WITHOUT 00015 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 00016 // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public 00017 // License for more details. 00018 // 00019 // You should have received a copy of the GNU General Public License 00020 // along with Spot; see the file COPYING. If not, write to the Free 00021 // Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 00022 // 02111-1307, USA. 00023 00024 #ifndef SPOT_TGBAALGOS_LTL2TGBA_FM_HH 00025 # define SPOT_TGBAALGOS_LTL2TGBA_FM_HH 00026 00027 #include "ltlast/formula.hh" 00028 #include "tgba/tgbaexplicit.hh" 00029 #include "ltlvisit/apcollect.hh" 00030 #include "ltlvisit/reduce.hh" 00031 00032 namespace spot 00033 { 00125 tgba_explicit* ltl_to_tgba_fm(const ltl::formula* f, bdd_dict* dict, 00126 bool exprop = false, bool symb_merge = true, 00127 bool branching_postponement = false, 00128 bool fair_loop_approx = false, 00129 const ltl::atomic_prop_set* unobs = 0, 00130 int reduce_ltl = ltl::Reduce_None); 00131 } 00132 00133 #endif // SPOT_TGBAALGOS_LTL2TGBA_FM_HH