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
62a05ab1
Commit
62a05ab1
authored
May 17, 2004
by
martinez
Browse files
* src/ltlvisit/basereduc.cc, src/ltltest/inf.cc (main): Style.
parent
788ed772
Changes
3
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
62a05ab1
2004-05-17 Thomas Martinez <martinez@src.lip6.fr>
* src/ltlvisit/basereduc.cc, src/ltltest/inf.cc (main): Style.
* src/ltlvisit/basereduc.cc (spot): 80 columns.
* src/ltlvisit/reducform.cc (spot), src/ltltest/inf.cc,
src/ltltest/reduc.cc (main), src/ltlvisit/reducform.hh,
...
...
src/ltltest/inf.cc
View file @
62a05ab1
...
...
@@ -92,7 +92,8 @@ main(int argc, char** argv)
exit_return
=
1
;
}
break
;
default:
break
;
default:
break
;
}
spot
::
ltl
::
dump
(
std
::
cout
,
f1
);
std
::
cout
<<
std
::
endl
;
...
...
src/ltlvisit/basereduc.cc
View file @
62a05ab1
...
...
@@ -86,7 +86,8 @@ namespace spot
return
;
/* XGF(f) = GF(f) */
if
(
is_GF
(
result_
))
return
;
if
(
is_GF
(
result_
))
return
;
/* X(f1 & GF(f2)) = X(f1) & GF(F2) */
/* X(f1 | GF(f2)) = X(f1) | GF(F2) */
...
...
@@ -338,7 +339,6 @@ namespace spot
void
visit
(
multop
*
mo
)
{
if
(
mo
==
NULL
);
multop
::
type
op
=
mo
->
op
();
unsigned
mos
=
mo
->
size
();
multop
::
vec
*
res
=
new
multop
::
vec
;
...
...
@@ -402,7 +402,8 @@ namespace spot
tmpUright
=
new
multop
::
vec
;
for
(
multop
::
vec
::
iterator
j
=
i
;
j
!=
res
->
end
();
j
++
)
{
if
(
*
j
==
NULL
)
continue
;
if
(
*
j
==
NULL
)
continue
;
if
((
node_type
(
*
j
)
==
node_type_form_visitor
::
Binop
)
&&
(
dynamic_cast
<
binop
*>
(
*
j
)
->
op
()
==
binop
::
U
)
&&
...
...
@@ -435,7 +436,8 @@ namespace spot
tmpRright
=
new
multop
::
vec
;
for
(
multop
::
vec
::
iterator
j
=
i
;
j
!=
res
->
end
();
j
++
)
{
if
(
*
j
==
NULL
)
continue
;
if
(
*
j
==
NULL
)
continue
;
if
((
node_type
(
*
j
)
==
node_type_form_visitor
::
Binop
)
&&
(
dynamic_cast
<
binop
*>
(
*
j
)
->
op
()
==
binop
::
R
)
&&
...
...
@@ -477,7 +479,8 @@ namespace spot
for
(
multop
::
vec
::
iterator
i
=
res
->
begin
();
i
!=
res
->
end
();
i
++
)
{
if
(
*
i
==
NULL
)
continue
;
if
(
*
i
==
NULL
)
continue
;
switch
(
node_type
(
*
i
))
{
...
...
@@ -510,7 +513,8 @@ namespace spot
tmpUright
=
new
multop
::
vec
;
for
(
multop
::
vec
::
iterator
j
=
i
;
j
!=
res
->
end
();
j
++
)
{
if
(
*
j
==
NULL
)
continue
;
if
(
*
j
==
NULL
)
continue
;
if
((
node_type
(
*
j
)
==
node_type_form_visitor
::
Binop
)
&&
(
dynamic_cast
<
binop
*>
(
*
j
)
->
op
()
==
binop
::
U
)
&&
...
...
@@ -541,7 +545,8 @@ namespace spot
tmpRright
=
new
multop
::
vec
;
for
(
multop
::
vec
::
iterator
j
=
i
;
j
!=
res
->
end
();
j
++
)
{
if
(
*
j
==
NULL
)
continue
;
if
(
*
j
==
NULL
)
continue
;
if
((
node_type
(
*
j
)
==
node_type_form_visitor
::
Binop
)
&&
(
dynamic_cast
<
binop
*>
(
*
j
)
->
op
()
==
binop
::
R
)
&&
...
...
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