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
3f279006
Commit
3f279006
authored
Jan 10, 2005
by
Denis Poitrenaud
Browse files
* src/tgbatest/randtgba.cc: Typo.
parent
1cc003ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3f279006
2005-01-10 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/tgbatest/randtgba.cc: Typo.
2005-01-10 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/ltl2tgba.cc: Typo.
...
...
src/tgbatest/randtgba.cc
View file @
3f279006
...
...
@@ -580,6 +580,8 @@ main(int argc, char** argv)
if
(
formula
)
a
=
product
=
new
spot
::
tgba_product
(
formula
,
a
);
int
real_n_acc
=
a
->
number_of_acceptance_conditions
();
if
(
!
opt_ec
)
{
if
(
opt_dot
)
...
...
@@ -590,7 +592,7 @@ main(int argc, char** argv)
else
{
spot
::
tgba
*
degen
=
0
;
if
(
opt_degen
&&
opt
_n_acc
!=
1
)
if
(
opt_degen
&&
real
_n_acc
!=
1
)
degen
=
new
spot
::
tgba_tba_proxy
(
a
);
int
n_alg
=
sizeof
(
ec_algos
)
/
sizeof
(
*
ec_algos
);
...
...
@@ -605,7 +607,7 @@ main(int argc, char** argv)
spot
::
emptiness_check_result
*
res
;
if
(
opt_O
&&
strcmp
(
opt_O
,
ec_algos
[
i
].
name
))
continue
;
ec
=
cons_emptiness_check
(
i
,
a
,
degen
,
opt
_n_acc
);
ec
=
cons_emptiness_check
(
i
,
a
,
degen
,
real
_n_acc
);
if
(
!
ec
)
continue
;
++
n_ec
;
...
...
@@ -620,7 +622,7 @@ main(int argc, char** argv)
break
;
delete
res
;
delete
ec
;
ec
=
cons_emptiness_check
(
i
,
a
,
degen
,
opt
_n_acc
);
ec
=
cons_emptiness_check
(
i
,
a
,
degen
,
real
_n_acc
);
}
tm_ec
.
stop
(
algo
);
const
spot
::
ec_statistics
*
ecs
=
...
...
@@ -747,7 +749,6 @@ main(int argc, char** argv)
delete
product
;
delete
r
;
delete
formula
;
if
(
opt_ec
)
{
...
...
@@ -756,6 +757,7 @@ main(int argc, char** argv)
}
}
while
(
opt_ec
);
delete
formula
;
if
(
!
ec_stats
.
empty
())
{
...
...
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