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
fbbaef0a
Commit
fbbaef0a
authored
Jan 10, 2008
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/reductgba_sim.cc (reduc_tgba_sim): Add two
assert(). This patch has been lying in my tree since 2007-04-30.
parent
cc0ca4ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
fbbaef0a
2008-01-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/reductgba_sim.cc (reduc_tgba_sim): Add two
assert(). This patch has been lying in my tree since 2007-04-30.
2008-01-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
This is something Soheib and I worked on back in July, but a
...
...
src/tgbaalgos/reductgba_sim.cc
View file @
fbbaef0a
// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
// Copyright (C) 2004, 2005
, 2007
Laboratoire d'Informatique de Paris 6 (LIP6),
// dpartement Systmes Rpartis Coopratifs (SRC), Universit Pierre
// et Marie Curie.
//
...
...
@@ -673,6 +673,8 @@ namespace spot
direct_simulation_relation
*
rel
=
get_direct_relation_simulation
(
automatareduc
,
std
::
cout
);
assert
(
rel
);
automatareduc
->
display_rel_sim
(
rel
,
std
::
cout
);
automatareduc
->
quotient_state
(
rel
);
automatareduc
->
delete_transitions
(
rel
);
...
...
@@ -685,6 +687,8 @@ namespace spot
delayed_simulation_relation
*
rel
=
get_delayed_relation_simulation
(
automatareduc
,
std
::
cout
);
assert
(
rel
);
automatareduc
->
display_rel_sim
(
rel
,
std
::
cout
);
automatareduc
->
quotient_state
(
rel
);
automatareduc
->
delete_transitions
(
rel
);
...
...
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