Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
5dd731ea
Commit
5dd731ea
authored
Aug 05, 2014
by
Alexandre Duret-Lutz
Browse files
* src/ltlvisit/contain.cc: Do not mention tgba_explicit_number.
parent
7299fcda
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ltlvisit/contain.cc
View file @
5dd731ea
// -*- coding: utf-8 -*-
// Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche
et
// Développement de l'Epita (LRDE).
// Copyright (C) 2009, 2010, 2011, 2012
, 2014
Laboratoire de Recherche
//
et
Développement de l'Epita (LRDE).
// Copyright (C) 2006, 2007 Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
...
...
@@ -148,11 +148,8 @@ namespace spot
if
(
i
!=
translated_
.
end
())
return
&
i
->
second
;
const
tgba_explicit_formula
*
e
=
ltl_to_tgba_fm
(
f
,
dict_
,
exprop_
,
symb_merge_
,
branching_postponement_
,
fair_loop_approx_
);
auto
e
=
ltl_to_tgba_fm
(
f
,
dict_
,
exprop_
,
symb_merge_
,
branching_postponement_
,
fair_loop_approx_
);
record_
&
r
=
translated_
[
f
->
clone
()];
r
.
translation
=
e
;
return
&
r
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment