Skip to content
GitLab
Menu
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
23f1a6f2
Commit
23f1a6f2
authored
Jan 06, 2004
by
Alexandre Duret-Lutz
Browse files
* iface/gspn/ltleesrg.cc: Emptinesscheck the full product, not
the control automaton.
parent
4341a755
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
23f1a6f2
2004-01-06 Alexandre Duret-Lutz <adl@src.lip6.fr>
* iface/gspn/ltleesrg.cc: Emptinesscheck the full product, not
the control automaton.
* iface/gspn/eesrg.cc (tgba_gspn_eesrg::project_state): New method.
* iface/gspn/eesrg.hh: Likewise.
...
...
iface/gspn/ltleesrg.cc
View file @
23f1a6f2
// Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6),
// Copyright (C) 2003
, 2004
Laboratoire d'Informatique de Paris 6 (LIP6),
// dpartement Systmes Rpartis Coopratifs (SRC), Universit Pierre
// et Marie Curie.
//
...
...
@@ -69,12 +69,12 @@ main(int argc, char **argv)
{
spot
::
tgba_gspn_eesrg
a
(
dict
,
env
,
prod
);
spot
::
emptiness_check
ec
(
prod
);
spot
::
emptiness_check
ec
(
&
a
);
bool
res
=
ec
.
check
();
if
(
!
res
)
{
ec
.
counter_example
();
ec
.
print_result
(
std
::
cout
,
prod
);
ec
.
print_result
(
std
::
cout
,
&
a
);
exit
(
1
);
}
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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